-
Notifications
You must be signed in to change notification settings - Fork 585
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
Fixes sticky suggestions for touch devices #417
Conversation
Thanks for this! Does this really fix #412? |
@moroshko Thanks for you fast reply. I've pushed the missing part ;) When the mouse button is pressed and leaves the container the input gets the focus again. |
@d-a-n I deployed your version here, but it doesn't seem to behave as expected. Specifically:
|
@moroshko Thanks for pointing this out. I've fixed Regarding blurring the the input on touch devices when a users clicks outside: This could be done too but atm it reflects the default browser behavior. I would not change this. Probably most of the users will use the keyboards done or enter key to dismiss the suggestion list anyways. What do you think? |
#412 #380 |
Ran into this too. |
When scrolling on the suggestion list with touch devices and the input looses focus, the suggestions don't disappear as expected.
Fixes #412 #380