Hi all,
I’m using the REI3 application and have created a custom module within it. I’ve also created separate tables in the schema. Currently, I’m storing data directly into the database tables via the API, and then loading those columns directly in the frontend.
I have a Gender column with data type Text. When the data is displayed in the UI, it shows correctly. However, when the user edits the record, I want this field to appear as a dropdown with predefined values (instead of allowing free-text input).
How can this be implemented when the data is coming directly from the API to the UI, but on edit it should be restricted to a dropdown with specific values?
