0.0.57 victory
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
<input type="number" name="from_address_point" id="id_from_address_point" hidden />
|
<input type="number" name="from_address_point" id="id_from_address_point" hidden />
|
||||||
<input
|
<input
|
||||||
oninput="searchTown(this)"
|
oninput="searchTown(this)"
|
||||||
{# onclick="showSearchList()"#}
|
onclick="searchTown(this)"
|
||||||
onblur="setTimeout(()=>onblurInputField(event, this), 100)"
|
onblur="setTimeout(()=>onblurInputField(event, this), 100)"
|
||||||
type="text"
|
type="text"
|
||||||
list="from_address_point"
|
list="from_address_point"
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<input
|
<input
|
||||||
oninput="searchTown(this)"
|
oninput="searchTown(this)"
|
||||||
onclick="searchTown(this)"
|
onclick="searchTown(this)"
|
||||||
onblur="onblurInputField(event, this)"
|
onblur="setTimeout(()=>onblurInputField(event, this), 100)"
|
||||||
type="text"
|
type="text"
|
||||||
name="to_address_point_txt"
|
name="to_address_point_txt"
|
||||||
{% if form.fields.to_address_point.required %} required{% endif %}
|
{% if form.fields.to_address_point.required %} required{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user