Skip to content

Commit

Permalink
fix accessibility complaint about autocomplete input
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Nov 22, 2024
1 parent 4c57102 commit 04d48fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Autocomplete/Autocomplete.global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<input
v-model="typed"
type="text"
autocomplete="none"
autocomplete="off"
class="autocomplete__input block box-border min-w-full p-1.5 pl-10 text-base-content rounded border sm:text-sm placeholder:text-sm dark:border-slate-700 border-gray-300 dark:placeholder:text-slate-400 focus:ring-primary-500 focus:border-primary-500"
:placeholder="placeholder"
ref="inputElement"
Expand Down

0 comments on commit 04d48fe

Please sign in to comment.