0.0.302 clear ID of hide inputs in create/find routes
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
oninput="searchTown(this)"
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
minlength="3"
|
||||
@@ -159,7 +159,7 @@
|
||||
onclick="showSearchList(this)"
|
||||
onblur="onblurInputField(event, this)"
|
||||
|
||||
onFocus="this.select()"
|
||||
onfocus="clearID(this)"
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
name="to_address_point_txt"
|
||||
|
||||
Reference in New Issue
Block a user