parent
d78d57e581
commit
6c20fd67d6
1 changed files with 1 additions and 1 deletions
|
@ -442,9 +442,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clearSingleSelect(){ // PUBLIC API
|
clearSingleSelect(){ // PUBLIC API
|
||||||
this.$emit('on-clear');
|
|
||||||
this.hideMenu();
|
this.hideMenu();
|
||||||
if (this.clearable) this.reset();
|
if (this.clearable) this.reset();
|
||||||
|
this.$emit('on-clear'); // #6331
|
||||||
},
|
},
|
||||||
getOptionData(value){
|
getOptionData(value){
|
||||||
const option = this.flatOptions.find(({componentOptions}) => componentOptions.propsData.value === value);
|
const option = this.flatOptions.find(({componentOptions}) => componentOptions.propsData.value === value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue