update AutoComplete
This commit is contained in:
parent
fed3e09d15
commit
7af00356a9
4 changed files with 8 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue