Skip to content

Commit 4c97263

Browse files
committed
Fixed disable autocomplete for docs search
1 parent d03ffea commit 4c97263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/docs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class="{{ active(url($link['href']), 'active', 'link-body-emphasis') }} d-inline
124124
<input class="form-control form-control-md"
125125
data-action="input->search-docs#search"
126126
name="text"
127-
autocomplete="false"
127+
autocomplete="off"
128128
autofocus
129129
data-search-docs-target="text"
130130
type="search"

0 commit comments

Comments
 (0)