Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dirty fix to prevent excessive events in Vue #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JapSeyz
Copy link

@JapSeyz JapSeyz commented Nov 21, 2020

Hi,

This is a somewhat dirty fix to prevent excessive events in the Vue component. Currently, on every single click on the page, each Autocomplete component on the page will emit an "Update" event.

Eg. I have 4 Autocomplete components on my page, whenever I click to focus another, regular, input - each of the Autocomplete components fire an Update event.

Hi,

This is a somewhat dirty fix to prevent excessive events in the Vue component. Currently, on every single click on the page, each Autocomplete component on the page will emit an "Update" event.

Eg. I have 4 Autocomplete components on my page, whenever I click to focus another, regular, input - each of the Autocomplete components fire an Update event.
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.

None yet

1 participant