Skip to content

Conversation

@CSalih
Copy link

@CSalih CSalih commented Nov 25, 2020

This fixes the issue where the value is not updating.

Fixes: #11

<activity-indicator v-if="showActivityIndicator" size="xs" type="spinner"/>
</input-field>
@input="$emit('input', query)" />
<activity-indicator v-if="showActivityIndicator" size="xs" type="spinner"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did the closing input tag go?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is on line 14 at the end, do you want it on a new line?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, never mind.

I'm using https://github.com/ds300/patch-package to patch it myself for now since I think these PR's are gonna sit for sometime and maybe this project is somewhat abandoned. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Displayed value is not updating

3 participants