mirror of https://github.com/ElemeFE/element
Time-Select: emit input event when clear value fix #1411
parent
58098f5693
commit
f7d2b0916c
|
@ -333,6 +333,7 @@ export default {
|
||||||
this.pickerVisible = !this.pickerVisible;
|
this.pickerVisible = !this.pickerVisible;
|
||||||
} else {
|
} else {
|
||||||
this.internalValue = '';
|
this.internalValue = '';
|
||||||
|
this.$emit('input', '');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue