Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-12-03 14:39:16 +03:00
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"