mirror of https://github.com/ElemeFE/element
Merge pull request #1448 from reverland/fix-1411
Time-Select: emit input event when clear valuepull/1471/head
commit
b2c308d181
|
@ -333,6 +333,7 @@ export default {
|
|||
this.pickerVisible = !this.pickerVisible;
|
||||
} else {
|
||||
this.internalValue = '';
|
||||
this.$emit('input', '');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue