Skip to content

Commit

Permalink
fix(search): disable autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Oct 26, 2024
1 parent 999adea commit fcb63e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<input
class="form-control rounded-5 d-none d-lg-block ms-{{ $breakpoint }}-1"
id="hb-header-search-input"
autocomplete="off"
placeholder="{{ i18n `search` }}" />
{{- with index site.Params.search "shortcut_search" }}
<span class="hb-header-search-keys position-absolute d-none d-lg-block">
Expand Down

0 comments on commit fcb63e2

Please sign in to comment.