mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Turn off autocomplete on search form
This commit is contained in:
parent
6e3ba202af
commit
0b345516a5
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<form role="form">
|
||||
<form role="form" autocomplete="off">
|
||||
<div class="form-group">
|
||||
<input type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user