Disable autocomplete in context switcher

This commit is contained in:
Raphael Michel
2019-10-09 17:16:23 +02:00
parent 92754136a6
commit fdcd750487

View File

@@ -260,7 +260,7 @@
<div class="form-box"> <div class="form-box">
<input type="text" class="form-control" id="event-dropdown-field" <input type="text" class="form-control" id="event-dropdown-field"
placeholder="{% trans "Search for events" %}" placeholder="{% trans "Search for events" %}"
data-typeahead-query> data-typeahead-query autocomplete="off">
</div> </div>
</li> </li>
</ul> </ul>