Reset autocomplete before setting up
This commit is contained in:
parent
7aabdff33d
commit
0415aa565b
@ -135,6 +135,7 @@ function searchAutofillByStreet(q) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setupStreetAutofill(streetBox, numberBox) {
|
function setupStreetAutofill(streetBox, numberBox) {
|
||||||
|
app.autocomplete.destroy(streetBox);
|
||||||
app.autocomplete.create({
|
app.autocomplete.create({
|
||||||
inputEl: streetBox,
|
inputEl: streetBox,
|
||||||
openIn: 'dropdown',
|
openIn: 'dropdown',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user