xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

Auto complete , chrome autocomplete="off" #785

Open murilolivorato opened 2 years ago

murilolivorato commented 2 years ago

hello, when I start to type in gmap-autocomplete, it shows a chrome auto complete over my component .

like this image - printautocomplete

in this post - https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off

It says that I need to set my input , with this property - autocomplete="off" It should be like this -

how could I access the gmap-autocomplete input and set this value ?