vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

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

Open andrew-aladev opened this issue 1 year ago • 2 comments

See also #1094.

andrew-aladev avatar Jul 12 '23 08:07 andrew-aladev

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 avatar Jul 12 '23 09:07 andrew-aladev

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.

andrew-aladev avatar Jul 12 '23 09:07 andrew-aladev