Skip to content

fixed input field not updated after item click#18

Open
CSalih wants to merge 1 commit intoactengage:masterfrom
CSalih:refactor-input-field
Open

fixed input field not updated after item click#18
CSalih wants to merge 1 commit intoactengage:masterfrom
CSalih:refactor-input-field

Conversation

@CSalih
Copy link
Copy Markdown

@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"/>
Copy link
Copy Markdown

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
Copy Markdown
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?

Copy link
Copy Markdown

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