Fix AutoComplete issue #4985
This commit is contained in:
parent
eaddbfb000
commit
5de28f6fbd
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
this.currentValue = val;
|
this.currentValue = val;
|
||||||
},
|
},
|
||||||
currentValue (val) {
|
currentValue (val) {
|
||||||
this.$refs.select.query = val;
|
this.$refs.select.setQuery(val);
|
||||||
this.$emit('input', val);
|
this.$emit('input', val);
|
||||||
if (this.disableEmitChange) {
|
if (this.disableEmitChange) {
|
||||||
this.disableEmitChange = false;
|
this.disableEmitChange = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue