downshift
downshift copied to clipboard
Is it possible to blur the input on selecting an item with `useCombobox()`
-
downshiftversion: 6.1.9 -
nodeversion: 16.15.0 -
yarnversion: 3.2.1
Problem description:
I have tried a number of different things in an attempt to have the input blur upon selecting a value from the list of items however each time I select an item, the input still remains focused. I am using useCombobox() instead on useSelect() as I want the ability to do auto complete typing which I believe useSelect() does not support.
Am I missing something obvious to do this?