0.0.57 victory

This commit is contained in:
2023-07-28 21:22:22 +03:00
parent 867ce7e419
commit 12b97c1f61

View File

@@ -69,7 +69,7 @@
<input type="number" name="from_address_point" id="id_from_address_point" hidden />
<input
oninput="searchTown(this)"
{# onclick="showSearchList()"#}
onclick="searchTown(this)"
onblur="setTimeout(()=>onblurInputField(event, this), 100)"
type="text"
list="from_address_point"
@@ -94,7 +94,7 @@
<input
oninput="searchTown(this)"
onclick="searchTown(this)"
onblur="onblurInputField(event, this)"
onblur="setTimeout(()=>onblurInputField(event, this), 100)"
type="text"
name="to_address_point_txt"
{% if form.fields.to_address_point.required %} required{% endif %}