Closed
Description
There should be an option to have a combobox where a user can select an item, but not type in the input. This mimics the behavior of an HTML Select, but allows flexibility to style the listbox (currently, you cannot override the default HTML select styles).
Examples:
- https://www.lightningdesignsystem.com/components/picklist/
- https://developer.microsoft.com/en-us/fabric#/controls/web/combobox (combobox with AllowFreeForm false)
- https://ux.mailchimp.com/patterns/forms (Dijit select)
- https://v2.grommet.io/select
- https://canvas.hubspot.com/components/forms (UISearchableSelectInput)
My main question is: How do we communicate that the user cannot type, but that they can select an option?