Fixed #2824 - AutoComplete: completeOnFocus with keyboard navigation
parent
7e89147eda
commit
ec5c8f7405
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue