0.0.81 fix multiple POST in seachTown function

This commit is contained in:
2023-08-09 17:47:10 +03:00
parent bc3de1824d
commit ca1bbaa4f9
3 changed files with 42 additions and 35 deletions

View File

@@ -80,6 +80,7 @@
onFocus="this.select()"
autocomplete="off"
type="text"
minlength="3"
name="from_address_point_txt"
class="from_address_point_txt"
{% if form.fields.from_address_point.required %} required{% endif %}