Merge pull request #1448 from reverland/fix-1411

Time-Select: emit input event when clear value
pull/1471/head
baiyaaaaa 2016-11-30 10:56:58 +08:00 committed by GitHub
commit b2c308d181
1 changed files with 1 additions and 0 deletions

View File

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