jquense/react-widgets

Combobox has unexpected behavior when using hideEmptyPopup

goemoncode opened this issue · 0 comments

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.