I am populating the user address information. There I want to provide a dropdown which will list the states in USA. Can we create such a drop down feature? Here is an example of a drop down menu where it is showing all phone country code. I want to do it for the state acronyms. Please advice.
Or something like this:
Don’t know if this would help, but here’s a link I found that was posted by a Thunkable Employee:
Hello Thunkers,
I am happy to share a drop-down component made using a custom component .
The components I used are label, list view, and group.
The blocks:
Inside the “when Component Initialized” block I created the list of whatever items you want to display in our drop-down menu.
I set the list view invisible and made it visible when you click the label.
When a list item is selected I set the label of the list item and made the List Viewer invisible.
To make the custom component work wit…
It’s not visually appealing, but you can find some way to customize this.
1 Like
Thanks @krish05 You are amazing and fast . As ever thanks @ioannis . I will try it out late and update here later.
1 Like
system
Closed
July 7, 2025, 1:24am
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.