Commit f7d2b091 authored by Yuyang Liu's avatar Yuyang Liu

Time-Select: emit input event when clear value fix #1411

parent 58098f56
...@@ -333,6 +333,7 @@ export default { ...@@ -333,6 +333,7 @@ export default {
this.pickerVisible = !this.pickerVisible; this.pickerVisible = !this.pickerVisible;
} else { } else {
this.internalValue = ''; this.internalValue = '';
this.$emit('input', '');
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment