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
jQuery solution:
$('#address').focus(function() { $(this).attr('autocomplete', 'new-password'); });