disable native autocomplete and spellcheck in locationinputs
This commit is contained in:
parent
5666592340
commit
c317938bff
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue