mirror of https://github.com/ElemeFE/element
Autocomplete: fix change event bug (#19200)
parent
d578b018b9
commit
49d367e993
|
@ -197,8 +197,8 @@
|
||||||
}
|
}
|
||||||
this.debouncedGetData(value);
|
this.debouncedGetData(value);
|
||||||
},
|
},
|
||||||
handleChange(event) {
|
handleChange(value) {
|
||||||
this.$emit('change', event.target.value);
|
this.$emit('change', value);
|
||||||
},
|
},
|
||||||
handleFocus(event) {
|
handleFocus(event) {
|
||||||
this.activated = true;
|
this.activated = true;
|
||||||
|
|
Loading…
Reference in New Issue