ngx-google-places-autocomplete
ngx-google-places-autocomplete copied to clipboard
How can I set the HTML5 'autocomplete' value to something different to 'off'
Chrome/Angular has a bug where "autocomplete="off"" doesn't work
It needs to be "autocomplete="disabled""
How can i set to disabled?