disable native autocomplete and spellcheck in locationinputs

This commit is contained in:
Laura Klünder 2017-10-28 18:35:10 +02:00
parent 5666592340
commit c317938bff

View file

@ -26,13 +26,13 @@
<section id="sidebar">
<section id="search">
<div class="location locationinput empty" id="origin-input">
<input type="text" placeholder="{% trans 'Search any location…' %}">
<input type="text" autocomplete="off" spellcheck="false" placeholder="{% trans 'Search any location…' %}">
<small></small>
<button class="button-clear locate"></button>
<button class="button-clear clear"></button>
</div>
<div class="location locationinput empty" id="destination-input">
<input type="text" placeholder="{% trans 'Search any location…' %}">
<input type="text" autocomplete="off" spellcheck="false" placeholder="{% trans 'Search any location…' %}">
<small></small>
<button class="button-clear locate"></button>
<button class="button-clear clear"></button>