Skip to content

Commit 0b34551

Browse files
committed
Turn off autocomplete on search form
1 parent 6e3ba20 commit 0b34551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_theme/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 id="myModalLabel">Documentation search</h3>
6969
</div>
7070

7171
<div class="modal-body">
72-
<form role="form">
72+
<form role="form" autocomplete="off">
7373
<div class="form-group">
7474
<input type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
7575
</div>

0 commit comments

Comments
 (0)