downshift icon indicating copy to clipboard operation
downshift copied to clipboard

Is it possible to blur the input on selecting an item with `useCombobox()`

Open ryanzec opened this issue 3 years ago • 0 comments

  • downshift version: 6.1.9
  • node version: 16.15.0
  • yarn version: 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?

ryanzec avatar Sep 06 '22 08:09 ryanzec