Fixed #2824 - AutoComplete: completeOnFocus with keyboard navigation

pull/2862/head
Tuğçe Küçükoğlu 2022-08-17 10:24:36 +03:00
parent 7e89147eda
commit ec5c8f7405
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ export default {
return;
}
if (this.isDropdownClicked(event) || event.target.tagName === 'INPUT') {
if (this.isDropdownClicked(event)) {
return;
}
else if (!this.overlay || !this.overlay.contains(event.target)) {