https://kotlinlang.org logo
Title
n

Norbi

04/10/2022, 4:08 PM
Is there a normal 'combobox' out of the box? Currenty I use my own simple implementation using OutlinedTextField + DropDownMenu but it's far from perfect...
f

Francesc

04/10/2022, 5:27 PM
Don't think so, I also needed an input field with a list of options based on the current field value and I had to roll my own using drop down menu as well. That was a while back though, but I haven't heard anything about native support being added.
👍🏻 1