We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afda63c commit b375f0dCopy full SHA for b375f0d
_includes/topbar.html
@@ -60,7 +60,7 @@
60
<span id="search-wrapper" class="align-items-center">
61
<i class="fas fa-search fa-fw"></i>
62
<input class="form-control" id="search-input" type="search"
63
- aria-label="search" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
+ aria-label="search" autocomplete="off" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
64
<i class="fa fa-times-circle fa-fw" id="search-cleaner"></i>
65
</span>
66
<span id="search-cancel" >Cancel</span>
0 commit comments