🚀 Feature request
Current Behavior
At the moment when you click on the input for a Combobox the list does not open. If openOnFocus is set then the 1st click on the input will open the list. While the input has focus there is no way of opening the list without using the keyboard.
Desired Behavior
If openOnFocus is set, then clicking the input should also open the list.
Suggested Solution
#757
Who does this impact? Who is this for?
Users who mostly interact via a mouse
Describe alternatives you've considered
Rather than tying this behaviour to openOnFocus it could also have its own flag
Additional context
🚀 Feature request
Current Behavior
At the moment when you click on the input for a Combobox the list does not open. If openOnFocus is set then the 1st click on the input will open the list. While the input has focus there is no way of opening the list without using the keyboard.
Desired Behavior
If openOnFocus is set, then clicking the input should also open the list.
Suggested Solution
#757
Who does this impact? Who is this for?
Users who mostly interact via a mouse
Describe alternatives you've considered
Rather than tying this behaviour to openOnFocus it could also have its own flag
Additional context