Regarding Country, State , City dropdown

0
How can i add country, state, city dropdown in mendix UI?
asked
2 answers
1

You need to have country, state and city as objects created in your database (some region configuration) and use a reference selector. Or you need to have them as enum and use a dropdown.

answered
0

You can create enumeration first for City,State and country and then create CityList,CourtyList and StateList attribute in Entity and use that as Drop Down in UI.

answered