Convert input step select from radio buttons to <select> for large lists

Before:

After:
Screenshot at 2021-04-07 14-37-13

Alternatively, allow for input step selects to switch between radio buttons and select tags with an optional attribute.

Bonus points if it’s a select with search :)

Thanks for the feedback! I’ll pass it on to our design folks.

Hey @ji-applied, we already do this if you are selecting a single value, but for multiple selections we’ve found the browser built-in select box to be less clear than checkboxes, and of course it doesn’t support any of our emoji.

Ah, yes, sorry. This is indeed with select multiple. I have multiple selects each of which has >10 items and allows for multiple selections. If the default select is not an option, thoughts on chips instead, Material Design?