Enum image in dropdown widget

0
I am working on a project where I want an icon to display with a status in a dropdown, is there an easy way to do this? i couldnt find anything in the documentation on a default way to do this, does anyone know how? Is there a widget that I can use?
asked
1 answers
0

You could add the icons to the page and use the conditional visiblity based on the ENUM_values.

 

If you want it in a dropdown: You can add icons to enumerations or use the NavigationList widget from the appstore.

answered