Is there a list picker component?

I have a form when one of the input fields is a list from which the user should select a city. I see there is a ListViewer component for displaying lists, but I don’t see any component to allow selection from a list. Is this correct or did I miss it?

Hello there,
You can select from the list view.
Inside the list view set:
If item = “a name of an item that inside your list view”
Then do (make an event)

The list picker is not available in Thunkable Cross yet.
My regards!
Hayder

Thanks, but that requires that the entire list be on the screen. I’m looking for the type of list picker which is one item high until the person clicks on the list. Then the list picker pops up and allows selection. Otherwise the input form is very long due to multiple lists. Thanks for the suggestion though and for confirming that there is not yet a list picker component.

Thanks for asking about this – we are adding it to the list of component requests. Appreciate the feedback.

Albert

Hi,

look in the project by the link on the Lists screen to emulate the Spinner component. Do you need such a component?

https://x.thunkable.com/projects/5b24a233308ba938eb687ed6/project/properties/designer/

Yes, that is what I need. May I use your code?

Of course you can use any of my code.

Can you refresh the link?
It doesn’t work.

Last ver.

https://x.thunkable.com/projects/5be41fffe4baa4f06bb4f907/project/properties/designer/

1 Like

Thank you.