shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.66k stars 991 forks source link

Clicking outside doesn't close the dropdown in 3.0.0-beta.2 #1702

Closed mkantautas closed 1 year ago

mkantautas commented 1 year ago

version: ^3.0.0-beta.2 Clicking outside doesn't close the dropdown.

Just pointing this issue out if it's not known so we have it patched in the actual release.

ankurk91 commented 1 year ago

It is working fine for me with "vue-multiselect": "3.0.0-beta.2",

mattelen commented 1 year ago

@mkantautas please provide a link where we can reproduce the issue. Thanks

mkantautas commented 1 year ago

Actually, it was a parent component(vue3-drag-resize ) bug/side effect - suppressing the click event. Without this parent component such problem doesn't occur.