jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

Combobox has unexpected behavior when using hideEmptyPopup #1136

Open goemoncode opened 1 year ago

goemoncode commented 1 year ago

When enter a character that no match any items in Combobox using hideEmptyPopup, onToggle is called with true argument, even though drop-down list is not appeared. And press Esc key afterwards, now it is called with false argument. Also press ArrowDown key, input box text is changed value first item in Combobox.