Commit 84adcace authored by baiyaaaaa's avatar baiyaaaaa Committed by FuryBean

add autocomplete size (#600)

parent 112eb485
......@@ -4,7 +4,8 @@
:value="value"
:disabled="disabled"
:placeholder="placeholder"
:name='name'
:name="name"
:size="size"
@change="handleChange"
@focus="handleFocus"
@keydown.up.native="highlight(highlightedIndex - 1)"
......@@ -55,6 +56,7 @@
placeholder: String,
disabled: Boolean,
name: String,
size: String,
value: String,
fetchSuggestions: Function,
triggerOnFocus: {
......
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