Update AutoComplete.vue
parent
a30fa5508a
commit
439ece1f2f
|
@ -662,6 +662,8 @@ export default {
|
|||
this.hide();
|
||||
}
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
},
|
||||
onEscapeKey(event) {
|
||||
this.overlayVisible && this.hide(true);
|
||||
|
|
Loading…
Reference in New Issue