I am using Google Maps Javascript v3 to setup autocomplete on an HTML input field like so:
http://imgur.com/Rm6X2FI.png - (w/out autofill)
The issue I\'m having
Browser - Chrome.
For input where google api is attached, set attribute autocomplete on focus -
onfocus="this.setAttribute('autocomplete', 'new-password')"
and for other fields setting this attribute directly works -
autocomplete="new-password"
For me only this value worked. Any other value and the stupid autofill makes a mess.