0.0.302 clear ID of hide inputs in create/find routes

This commit is contained in:
2023-12-03 14:38:23 +03:00
parent 1be50b1277
commit 3901c82aae
7 changed files with 27 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
oninput="searchTown(this)"
onclick="showSearchList(this)"
onblur="onblurInputField(event, this)"
onFocus="this.select()"
onfocus="clearID(this)"
autocomplete="off"
type="text"
minlength="3"
@@ -62,7 +62,7 @@
onclick="showSearchList(this)"
onblur="onblurInputField(event, this)"
onFocus="this.select()"
onfocus="clearID(this)"
autocomplete="off"
type="text"
name="to_address_point_txt"