0.0.37 upd autocomlitev2.js
This commit is contained in:
@@ -1008,4 +1008,7 @@ form.new_route{
|
||||
width: 50%;
|
||||
height: 200px;
|
||||
overflow: scroll;
|
||||
}
|
||||
.input_list show.hide{
|
||||
display: none;
|
||||
}
|
||||
@@ -42,6 +42,10 @@ function selectItemAddrPoint(id, name, ctrl_name){
|
||||
tap_txt_cont.value = name;
|
||||
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
|
||||
tap_cont.value = id;
|
||||
|
||||
let clear_search_list = document.querySelector(".input_list")
|
||||
clear_search_list.classList.remove('show')
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user