Inserting data into drop down

0
Hi Team, I am new to Mendix, Could you please help me out for inserting regular data into drop down, If you have any proper documentation for same it will be great help for me. Actually i am able to insert hard coded data into drop but when i am coming page that time i am not able to see that. 
asked
1 answers
1

You can use a reference selector on a page as a drop-down. You can fill this with an list of objects through an association, see also: https://docs.mendix.com/refguide/reference-selector#1-introduction

Another option would be to use an enumeration, then your drop-down will be filled with hard coded text: https://docs.mendix.com/refguide/enumerations#1-introduction

answered