-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dropdown doesn't close when there is a large amount of data #722
Comments
Hey @arethk I could not reproduced that her. |
I'm on Google Chrome Version 71.0.3578.98 (Official Build) (64-bit), which is the latest. My OS is Windows 10. The same issue happened on my work PC which is running Ubuntu 16. I made a youtube video of the issue, check it out: Let me know if you need more info. Thanks. |
Oh, I can see now. Cheers |
this seems to happen when there is no data also. On the https://sagalbot.github.io/vue-select/docs/Basics/Values.html examples, click on 'Sorry no matching options' or 'the scrollbar. The popup doesn't close |
Created a issue about that just now. Glad I'm not the only experiencing this. #736 |
Fixed by #703 |
You can see the problem in your codepen example: https://codepen.io/sagalbot/pen/opMGro
Change: options: ['foo','bar','baz'] to: options: ['foo','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz','bar','baz']
Then click inside the box, the dropdown will appear.
Then drag the scroll bar all the way down.
Then drag the scroll bar all the way up.
Now try to close the drop down, you can't without selecting something. I tried escape key, clicking away and clicking inside the textbox again but nothing will get be out of the drop down except selecting an item.
I hope this isn't a duplicate issue. Thanks
The text was updated successfully, but these errors were encountered: