-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
- Vue Version: Vue 2.7
- Vue Select Version: 3.20.0
Describe the bug
it's not closable if we click outside the dropdown. I need to hide the input.vs__search because it breaks the dropdown UI on my project
Reproduction Link
https://codesandbox.io/s/brave-cookies-upd1vn
Steps To Reproduce
I notice the v-deep is not working on the sandbox, so you need to:
- inspect the codesandbox result tab using devtools
- find the input.vs-search and set
display: noneto element
Expected behavior
the dropdown behaves normally
raimund-schluessler
