Turn off autocompletion of input form

This commit is contained in:
Cotes Chung 2021-04-11 14:13:30 +08:00
parent d720d0f66c
commit 826b7dca1a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<span id="search-wrapper" class="align-items-center">
<i class="fas fa-search fa-fw"></i>
<input class="form-control" id="search-input" type="search"
aria-label="search" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
aria-label="search" autocomplete="off" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
<i class="fa fa-times-circle fa-fw" id="search-cleaner"></i>
</span>
<span id="search-cancel" >Cancel</span>