You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't use the Google Address Suggest option in combination with the browser autocomplete function. The browser autocomplete function overlaps the Google Address Suggest dropdown.
fillAddressFields: function () {
var place = this.getPlace();
if (typeof place === 'undefined') {
return;
}
this.c.fillStreetFields(this.e, place);
this.c.fillOtherFields(this.e, place);
},
seems a good idea to have something to disable the native autocomplete form in js directly :
You can't use the Google Address Suggest option in combination with the browser autocomplete function. The browser autocomplete function overlaps the Google Address Suggest dropdown.
See for example: http://cloud.h-o.nl/92a13b
The text was updated successfully, but these errors were encountered: