
Hello,
Problem:
I would like to display a single text type in an Edit Text depending on the dropdown selection
Expected result:
if I choose the USA in the dropdown, I want ( Miami, Detroit, Las Vegas) to be displayed in the Edit text, or if I choose the France in the dropdown, I want ( Paris, Lion ...) to be displayed in the Edit text
My Data:
My UI:
Are you pulling the cities from your Data Source? Can you share what that looks like? I see your data source but don't see where it's matching the Country.
Also what are you doing with the text? Is it just for display. It looks like you want it to populate into a dropdown from your screenshots.