other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
dde57741190573c563ec599a7410c27aad867ca3
Authored by
梁灏
2019-04-09 14:19:49 +0800
1 parent
bc56b632
fix #5527
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/input/input.vue
Inline
Side-by-side
src/components/input/input.vue
Wrap text
Show/Hide comments
View file @
dde5774
...
...
@@ -312,6 +312,7 @@
312
312
this.$emit('input', '');
313
313
this.setCurrentValue('');
314
314
this.$emit('on-change', e);
315
+ this.$emit('on-clear');
315
316
},
316
317
handleSearch () {
317
318
if (this.disabled) return false;
...
...