react-widgets icon indicating copy to clipboard operation
react-widgets copied to clipboard

Combobox has unexpected behavior when using hideEmptyPopup

Open goemoncode opened this issue 1 year ago • 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.

goemoncode avatar Oct 30 '22 04:10 goemoncode