forked from CGM_Public/pretix_original
Disable autocomplete in context switcher
This commit is contained in:
@@ -260,7 +260,7 @@
|
||||
<div class="form-box">
|
||||
<input type="text" class="form-control" id="event-dropdown-field"
|
||||
placeholder="{% trans "Search for events" %}"
|
||||
data-typeahead-query>
|
||||
data-typeahead-query autocomplete="off">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user