Update AutoComplete.vue

pull/6697/head
Mert Sincan 2024-10-31 13:43:54 +00:00
parent a30fa5508a
commit 439ece1f2f
1 changed files with 2 additions and 0 deletions

View File

@ -662,6 +662,8 @@ export default {
this.hide();
}
}
event.preventDefault();
},
onEscapeKey(event) {
this.overlayVisible && this.hide(true);