Skip to content

Commit

Permalink
add autocomplete size (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyaaaaa authored and furybean committed Oct 24, 2016
1 parent 112eb48 commit 84adcac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/autocomplete/src/autocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -55,6 +56,7 @@
placeholder: String,
disabled: Boolean,
name: String,
size: String,
value: String,
fetchSuggestions: Function,
triggerOnFocus: {
Expand Down

0 comments on commit 84adcac

Please sign in to comment.