Skip to content

Multi-Select with values that have commas #2197

Answered by ganigeorgiev
FNG-2002 asked this question in Q&A
Discussion options

You must be logged in to vote

Technically it is possible, but I'm not sure if it is worth complicating the UI.

A select option is usually intended to represent 1 state/value and manually combining multiple values into 1 option kind of defeat the purpose of a multi-select in the first place. Doing so will complicate the filter conditions (you'll have to rely on the ~ operator) and you may also end up with partial duplicated selection, eg. ["test1", "test1,test2"].

So for now my recommendation would be to not manually combine values OR if you really need it - use a different delimiter like -, |, /, ;, etc.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@FNG-2002
Comment options

@jimafisk
Comment options

@ganigeorgiev
Comment options

@ganigeorgiev
Comment options

@jimafisk
Comment options

Answer selected by FNG-2002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants