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
|
||||
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 %}
|
||||
|
||||
Reference in New Issue
Block a user