Drop-down menus

Hey, I’m looking to add a drop-down menu to my app, but I haven’t been able to find any alternative for it in the API.
Is there an existing control for that? Or any good alternative way of implementing it?

Thanks :slight_smile:

Hi :slight_smile: Do you mean a combo box?

Can you give an example of this control in the standard iOS/Android libraries ?

Awesome, that would be just what I’m looking for. :stuck_out_tongue:

Is there also a different name for radio buttons? :slight_smile: - https://en.wikipedia.org/wiki/Radio_button

We currently don’t have any standard library equivalents of ComboBox or Radio buttons.

Adding tickets for getting this in.

In the mean time, this shouldn’t be too hard to mock together using Uno code :slight_smile:

No, I’ll just make my own version for the time being, and then I can replace it with the native alternative once it’s ready. :slight_smile: