downshift version: 4.0.7node version: 13npm (or yarn) version: yarn 1.21.1What you did:
I've tried using the new useCombobox hook instead of Downshift render prop in a controlled selecteItem scenario.
What happened:
The useCombobox version seems not to React to external changes of the selectedItem (e.g. clicking on the reset button)
Reproduction repository:
Maybe I'm missing something of the new useCombobox API's, thanks in advance!
This may be a bug with how the inputValue is computed in the case of a controlled prop change. We should look into it.
Closing this in favour of attached issue, since it's the same one.
Most helpful comment
This may be a bug with how the
inputValueis computed in the case of a controlled prop change. We should look into it.