fix #5527
This commit is contained in:
parent
bc56b632bc
commit
dde5774119
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@
|
||||||
this.$emit('input', '');
|
this.$emit('input', '');
|
||||||
this.setCurrentValue('');
|
this.setCurrentValue('');
|
||||||
this.$emit('on-change', e);
|
this.$emit('on-change', e);
|
||||||
|
this.$emit('on-clear');
|
||||||
},
|
},
|
||||||
handleSearch () {
|
handleSearch () {
|
||||||
if (this.disabled) return false;
|
if (this.disabled) return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue