0.0.55 add widget search_list
This commit is contained in:
@@ -70,13 +70,18 @@
|
||||
<input
|
||||
oninput="searchTown(this)"
|
||||
{# onclick="showSearchList()"#}
|
||||
onblur="onblurInputField(event, this)"
|
||||
{# onblur="onblurInputField(this)"#}
|
||||
type="text"
|
||||
list="from_address_point"
|
||||
name="from_address_point_txt"
|
||||
{% if form.fields.from_address_point.required %} required{% endif %}
|
||||
id="id_from_address_point_txt"
|
||||
{% if form.cleaned_data.from_address_point_txt %}value="{{ form.cleaned_data.from_address_point_txt }}"{% endif %}
|
||||
/>
|
||||
<datalist id="from_address_point">
|
||||
|
||||
</datalist>
|
||||
|
||||
<div class="input_list" name="from_address_point_txt_list">
|
||||
</div>
|
||||
{% if form.errors and form.errors.from_address_point %}
|
||||
|
||||
Reference in New Issue
Block a user