Hi all, I want to add dropdown button in a form how to give attributes for this dropdown button

0
Hi all, I want to give dropdown button in form can you please suggest how to give attribute to it. 
asked
1 answers
1

You can use an enumeration type attribute

https://docs.mendix.com/refguide/drop-down

 

If you’re referencing another entity you can use reference selector and  the drop down option

https://docs.mendix.com/refguide/reference-selector

 

answered