Desactivation de l;autocmpletion sur la recherche
This commit is contained in:
parent
0cbe9a80ec
commit
f06c445264
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
<form id="search-section">
|
||||
<label for="search-area-query">Rechercher une zone</label><br/>
|
||||
<input type="search" name="query" id="search-area-query" />
|
||||
<button title="Rechercher" autocomplete="no">
|
||||
<input type="search" name="query" id="search-area-query" autocomplete="off" />
|
||||
<button title="Rechercher" >
|
||||
<img src="icons/search.svg" alt="Icone de loupe"/>
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue