Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrew-aladev
Copy link

See also #1094.

@andrew-aladev
Copy link
Author

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
Copy link
Author

andrew-aladev commented Jul 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants