Skip to content

Commit b375f0d

Browse files
committed
Turn off autocompletion of input form
1 parent afda63c commit b375f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<span id="search-wrapper" class="align-items-center">
6161
<i class="fas fa-search fa-fw"></i>
6262
<input class="form-control" id="search-input" type="search"
63-
aria-label="search" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
63+
aria-label="search" autocomplete="off" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
6464
<i class="fa fa-times-circle fa-fw" id="search-cleaner"></i>
6565
</span>
6666
<span id="search-cancel" >Cancel</span>

0 commit comments

Comments
 (0)