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

Don't deactivate on blur if it occur from the multiselect descendants #1710

Open andrew-aladev opened 1 year ago

andrew-aladev commented 1 year ago

See also #1094.

andrew-aladev commented 1 year ago

I've backported pr to the recent 3.0.0 beta 2 version, created the patch that can be applied on the fly using patch-package. vue-multiselect+3.0.0-beta.2.patch.zip

andrew-aladev commented 1 year ago

Please be aware that bluring from descendant node requires custom deactivate call:

<input @blur="blur($event)" />

blur should trigger multiselect blur together with provided event.