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
bc0040d5fb37e80dca08fe9a630a6cdc6f410961
Authored by
梁灏
2019-03-04 16:19:18 +0800
1 parent
f37a6d10
AutoComplete add @on-clear event, close #2426
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/auto-complete/auto-complete.vue
Inline
Side-by-side
src/components/auto-complete/auto-complete.vue
Wrap text
Show/Hide comments
View file @
bc0040d
...
...
@@ -166,6 +166,7 @@
166
166
if (!this.clearable) return;
167
167
this.currentValue = '';
168
168
this.$refs.select.reset();
169
+ this.$emit('on-clear');
169
170
}
170
171
}
171
172
};
...
...