What is the best way to implement Google Address Autocomplete?

  1. The API key is probably mean to be used in the front end as they are using it to load the script in their documentation example. Probably you have to define which domain can use it when you generate it.
    1. You probably should use this script “on mounted” on your input :thinking:
  2. Many people already implemented things like this one TUTORIAL - How to create the Google Adresses AUTOCOMPLETE INPUT - #7 by SNeJ