How to select multiple values from enum in a dropdown?

0
Hi, In my application, I have one enum with five values. Now I want to select multiple values from the dropdown. How can I do this? Is it possible to select multiple values? Please help me. If there is any possibility please let me know. Hope I am clear. Thanks, Venkat.
asked
2 answers
1

I think what you want can't be done. In the dropdown you're able to select only one value. If your application required the selection of multiple values, my suggestion would be to create a seperate object and link it with a many to many association. You configure the values into a new attribute (either string, or the enumaration you already have) and use a reference set selector. This allows you to select multiple values, though not in a dropdown. Hope this helps you in the right direction.

answered
2

Hi Venkat,

I don't think so you can select multiple values using dropdown instead you can use multi select widget from app store to achieve multi functionality.

 

Hope this helps!

 

Cheers,

Mohammed Siddiqui

answered