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

Adding transitions to the tags on add/remove #380

Open
Monty9120 opened this issue Nov 13, 2023 · 0 comments
Open

Adding transitions to the tags on add/remove #380

Monty9120 opened this issue Nov 13, 2023 · 0 comments

Comments

@Monty9120
Copy link

Monty9120 commented Nov 13, 2023

Not sure if this is already available, but I couldn't find a <slot> to target the multiselect-tags element.

The reason I would want to target this is to wrap it in a <transitition-group> to allow for animations when adding or removing elements.

I was able to accomplish this in the old vue-multiselect library.

Screenshot 2023-11-14 at 9 29 35 AM

Something similar to the selection slot in vue-multiselect:

selection Slot that can be used to show all selected tags. The main different between theselectionslot and thetagslot is that thetagslot renders per tag, however this slot renders just once, leaving the display of each tag to you (if you wish to display each one)Slot-scopesearch – the search valueremoveElement – method to remove the slot (pass the option)values – Array of selected valuesis-open – Boolean if the select is open
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

No branches or pull requests

1 participant