diff options
Diffstat (limited to 'src/templates/options.html')
| -rw-r--r-- | src/templates/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/options.html b/src/templates/options.html index 85ae8e9..aaec4cc 100644 --- a/src/templates/options.html +++ b/src/templates/options.html @@ -1,7 +1,7 @@ <h1>POI map</h1> <form id="QueryForm" disabled> <input class="form-control" list="CountriesDataList" id="Country" name="Country" placeholder="Type to search..." - value="Denmark"> {# Value set to empty string is important for JS function #} + value="Denmark" autocomplete="off"> {# Value set to empty string is important for JS function #} <datalist id="CountriesDataList"> <option value="Denmark">Denmark</option> <option value="Germany">Germany</option> |
