This commit is contained in:
محمدرضا ضربی زاده 2023-01-09 13:44:26 +03:30
parent 5dbea2825a
commit 8d8c155675

View file

@ -1456,7 +1456,12 @@ class Choices implements Choices {
PAGE_DOWN_KEY,
} = KEY_CODES;
if (!this._isTextElement && !hasActiveDropdown && wasPrintableChar) {
if (
!this._isTextElement &&
!hasActiveDropdown &&
wasPrintableChar &&
event.key.length === 1
) {
this.showDropdown();
if (!this.input.isFocussed) {