Skip to content

Commit

Permalink
Disable the in-browser autocomplete for the search input
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Apr 16, 2024
1 parent 864f907 commit 1d43bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/index-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</select>
</div>
<div class="search">
<input name="q" type="search" placeholder="Filter by keyword"/>
<input name="q" type="search" placeholder="Filter by keyword" autocomplete="off"/>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion _includes/index-guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section class="full-width-version-bg flexfilterbar">
<div class="flexcontainer">
<div class="search">
<input type="search" name="q" placeholder="Filter by keyword"/>
<input type="search" name="q" placeholder="Filter by keyword" autocomplete="off"/>
</div>
<div class="flexlabel">
<label>By Version</label>
Expand Down

0 comments on commit 1d43bf5

Please sign in to comment.