ComboBoxOption with multiple selections?
It looks like this isn't possible but I wanted to double check. Is there any ability to set up a ComboBoxOption where a user can select multiple values?
0
-
Unfortunately not. I think the best options are to either create a custom Option that wraps a JList or JTable or if there is a small number of options you could create a BooleanOption for each.
0
Please sign in to leave a comment.
Comments
1 comment