How to have lists of options to select from on mobile app

Hi, I’m developing a mobile app and have hit a bit of a roadblock. I need to present a list of selectable options to the user (e.g. a list of countries), but showing all the elements isn’t ideal from a UX perspective, especially given the length of the list. I saw that an autocomplete input, supported by the list of options, could be an option. But there is no element for that in the marketplace (for mobile).

What alternatives would you recommend for handling large option sets like this in a more user-friendly way? Thanks in advance for your advice!

why don’t you use custom states ? when user selects X set state of Element.

This topic was automatically closed after 70 days. New replies are no longer allowed.