Skip to content

Commit

Permalink
Format/link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kilobyte2007 committed Apr 12, 2023
1 parent 3ea0ee2 commit 45414f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UiAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

<input
ref="input"
v-autofocus="autofocus"
autocomplete="off"
class="ui-autocomplete__input"
:disabled="disabled"
:name="name"
:placeholder="hasFloatingLabel ? null : placeholder"
:readonly="readonly ? readonly : null"
:tabindex="tabindex"
v-autofocus="autofocus"
:value="modelValue"
@blur="onBlur"
@change="onChange"
Expand Down

0 comments on commit 45414f8

Please sign in to comment.