Skip to content

Commit

Permalink
fix(select): pass autocomplete prop through (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
blm768 authored Nov 29, 2022
1 parent b0e0d0a commit edea7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/oruga-next/src/components/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
v-model="computedValue"
:class="selectClasses"
ref="select"
:autocomplete="autocomplete"
:multiple="multiple"
:size="nativeSize"
@blur="onBlur"
Expand Down
1 change: 1 addition & 0 deletions packages/oruga/src/components/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:class="selectClasses"
v-model="computedValue"
ref="select"
:autocomplete="autocomplete"
:multiple="multiple"
:size="nativeSize"
v-bind="$attrs"
Expand Down

0 comments on commit edea7ed

Please sign in to comment.