Hello Team, During my learning, I created an app called “LearnNow Training Management” with entities like Location, Teacher, and Trainee.In these entities, there is an Address attribute. I want this field to show a dropdown with fixed (static) options instead of a text box. Could you please guide me on how to configure this? like highligthed in below hi
Change the attribute type to Enumeration and add the required static values. Then, use a Dropdown or Combo box widget to display these options on the page. This way, users can select a value from the predefined list instead of entering text manually.