mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Disable autocomplete in context switcher
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user