update AutoComplete

This commit is contained in:
梁灏 2017-08-23 15:19:32 +08:00
parent fed3e09d15
commit 7af00356a9
4 changed files with 8 additions and 3 deletions

View file

@ -685,6 +685,7 @@
this.$on('on-select-selected', (value) => {
if (this.model === value) {
if (this.autoComplete) this.$emit('on-change', value);
this.hideMenu();
} else {
if (this.multiple) {