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
You can try changing the type
attribute of your input field to search
instead of text
.
This will not allow the autofill suggestions to open up on that particular input field.
change this to
Have tested on chrome 83
and safari 13.0.1
. Works fine for me.
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search