You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Select2 many to many view where i can select players that should belong to a team. I want to be able to copy a comma separated list from a file and paste it in the select2 field and it should auto tag the players that match.
I have a Select2 many to many view where i can select players that should belong to a team. I want to be able to copy a comma separated list from a file and paste it in the select2 field and it should auto tag the players that match.
Select2 has support for this with the Tokenseparator setting seen here https://select2.org/tagging#automatic-tokenization-into-tags
Is this possible to implement ?
The text was updated successfully, but these errors were encountered: