This commit is contained in:
Morez 2023-01-09 10:36:05 +00:00 committed by GitHub
commit 0f624fd42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1456,7 +1456,7 @@ 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) {