How to pooulate a Reference Selector with an enumeration

0
Hi Experts,    Is it possible for an Enum values to populate on a reference selector? if Yes, how to implement it?     Regards,  Dale
asked
1 answers
0

You can use the 'Drop-down' instead of the reference selector widget which has similar behavior but works with Enum values instead of associations. 

Alternatively, you can try the Combo box widget from the Marketplace, which supports both.

answered