Skip to content

Commit 4dba93c

Browse files
authored
chore(docs): disabled autocomplete on search input (#2950)
1 parent fff8795 commit 4dba93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/components/search.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<b-form-input
44
id="bd-search-input"
55
v-model="search"
6+
autocomplete="off"
67
type="search"
78
placeholder="Search keywords..."
89
aria-label="Search site"

0 commit comments

Comments
 (0)