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
You'd think, since we display things like tags and access lists as comma separated lists, that pasting them into the multiselect would work. no. it treats it as one tag/username/etc.
Fixing this would probably need to handle the possibility of a comma in a username or tag but if we're displaying them that way we should think about that anyway.
The text was updated successfully, but these errors were encountered:
Throne3d
changed the title
Multiselectors handle comma-seperated lists badly
Multiselectors handle comma-separated lists badly
Feb 13, 2024
I tried adding tokenSeparators: [','], to the configuration but it ignored it for the user entries. Maybe there's some way to hook into the paste event and handle that specifically, or some other event for the input search field for select2?
You'd think, since we display things like tags and access lists as comma separated lists, that pasting them into the multiselect would work. no. it treats it as one tag/username/etc.
Fixing this would probably need to handle the possibility of a comma in a username or tag but if we're displaying them that way we should think about that anyway.
The text was updated successfully, but these errors were encountered: