Answer the question
In order to leave comments, you need to log in
Is it possible to parse data from Google Autocomplete?
Good afternoon, the project on Nuxt I
implement google autocomplete
there is a field
<div class="form-group">
<label for="" class="form-label">Адрес магазина</label>
<input
id="searchTextField"
v-model="form.address"
type="text"
class="form-control form-control__large"
placeholder="Астраханский переулок, д. 5 корпус"
/>
</div>
const input = document.getElementById('searchTextField')
this.autocomplete = new window.google.maps.places.Autocomplete(input)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question