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

Use 'mousedown' event instead of 'click' when selecting auto complete values. #22

Open
pietmichal opened this issue Feb 3, 2017 · 2 comments

Comments

@pietmichal
Copy link

Tag input uses blur event which finishes before click happens.
Auto complete box is useless when user wants to click on suggestion when addOnBlur is set to true.

Changing click event to mousedown (in tag-input-autocomplete) will make adding on blur and on box click coexist properly.

@pietmichal
Copy link
Author

pietmichal commented Feb 3, 2017

Created a pull request #23

@Vinnythetrue
Copy link

Where are we on this ? Will the pull request be included ?

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

No branches or pull requests

2 participants