fix #446
This commit is contained in:
parent
f6fe4dae70
commit
cf930e3e56
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@
|
|||
}
|
||||
},
|
||||
clearSingleSelect(){ // PUBLIC API
|
||||
// fix #446
|
||||
if (!this.multiple) this.$emit('input', '');
|
||||
this.$emit('on-clear');
|
||||
this.hideMenu();
|
||||
if (this.clearable) this.reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue