Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1084,7 +1084,7 @@ div.departure_arrival>div>input{
|
||||
|
||||
.input_list{
|
||||
display: none;
|
||||
width: 24%;
|
||||
width: 390px;
|
||||
height: 200px;
|
||||
position: absolute;
|
||||
padding-top: 20px;
|
||||
@@ -1096,7 +1096,7 @@ div.departure_arrival>div>input{
|
||||
}
|
||||
|
||||
.input_list.show{
|
||||
display:block;
|
||||
display:inline-block;
|
||||
|
||||
}
|
||||
.input_list .hide{
|
||||
|
||||
@@ -156,6 +156,7 @@ function confirmRemove(el) {
|
||||
|
||||
function searchTown(el){
|
||||
|
||||
if(el.textLength>=3){
|
||||
let timer = null
|
||||
if (timer) {
|
||||
clearTimeout(timer);
|
||||
@@ -192,6 +193,11 @@ function searchTown(el){
|
||||
}, 1500);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user