sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Dropdown doesnt close if you click away. #1622

Open udit99 opened 2 years ago

udit99 commented 2 years ago

Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.

Describe the bug When a user clicks away from an "open" dropdown menu, the dropdown menu doesnt close as I would expect it to. Its possible that this is intended behavior and I should be using something like vue-clickaway to implement it but it seems unintuitive and I want to confirm this.

Reproduction Link Will repro if necessary

Steps To Reproduce

  1. click the Vue select dropdown 2.
  2. Click in any part of the screen that is NOT the dropdown or its options.
  3. the Vue select dropdown does not close as expected
JeffJassky commented 2 years ago

Having the same issue.

Ashraf514 commented 8 months ago

I'm also getting the same issue. Also clicking the toggle icon, doesn't close the dropdown. Please resolve this issue as soon as possible. @sagalbot

mwright112 commented 2 months ago

We are also seeing the same issue. Any update on the issue?