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