Commit 7fa29675 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Autocomplete: support autofocus

parent 22aae949
......@@ -2,13 +2,7 @@
<div class="el-autocomplete" v-clickoutside="close">
<el-input
ref="input"
:value="value"
:disabled="disabled"
:placeholder="placeholder"
:name="name"
:size="size"
:icon="icon"
:on-icon-click="onIconClick"
v-bind="$props"
@compositionstart.native="handleComposition"
@compositionupdate.native="handleComposition"
@compositionend.native="handleComposition"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment