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

pull/1448/head
Yuyang Liu 2016-11-29 13:10:26 +08:00
parent 58098f5693
commit f7d2b0916c
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ export default {
this.pickerVisible = !this.pickerVisible; this.pickerVisible = !this.pickerVisible;
} else { } else {
this.internalValue = ''; this.internalValue = '';
this.$emit('input', '');
} }
}, },