aboutsummaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-12-28 20:16:24 +0100
committeruser <user@node5.net>2024-12-28 20:16:24 +0100
commitdb513ee7a3bd240a70c5b75456773a4a123e9b97 (patch)
treeb48960e3a8f02d8435aa7cb571c96012c07b86e7 /src/templates
parentef52a7a40c50916cc0b52e7a212277d0ddd70904 (diff)
Categories - Add category type prefix e.g. shop:supermarket
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/options.html2
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>