Commit b2c308d1 authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #1448 from reverland/fix-1411

Time-Select: emit input event when clear value 
parents fa567db6 f7d2b091
......@@ -333,6 +333,7 @@ export default {
this.pickerVisible = !this.pickerVisible;
} else {
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