Skip to content

Commit 0890304

Browse files
committed
Merge branch 'autocomplete/clearable-prop' of github.com:arthurdenner/element into autocomplete/clearable-prop
2 parents 88ff1b7 + 7148e39 commit 0890304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/autocomplete/src/autocomplete.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<el-input
1111
ref="input"
1212
v-bind="[$props, $attrs]"
13+
@clear="handleClear"
1314
@input="handleChange"
1415
@focus="handleFocus"
1516
@blur="handleBlur"

0 commit comments

Comments
 (0)