Blur method for combobox
Thomas Simonnet
React ARK UI user here. The default behavior of the combobox is, once you select an item, to keep the focus on the combobox (through data-focus attribute). I'd like to change this behaviour, by blurring the combobox once an item is selected.
However, I can not manage to do it, even with a ref on Control, Trigger or even on the Input itself.
I suppose it's more difficult than that, that's why I propose having a
blur()
method directly on the object returned by useCombobox(). Or even to have a prop to give to useCombobox like blurAfterSelect
or something like this. Could it be possible ? :)