vuetify-google-autocomplete icon indicating copy to clipboard operation
vuetify-google-autocomplete copied to clipboard

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Results 37 vuetify-google-autocomplete issues
Sort by recently updated
recently updated
newest added

Any plans to update this to work for Vue3/Vuetify3?

Hi as described in the title I get: ```Uncaught TypeError: __webpack_modules__[moduleId] is not a function``` I followed the guide and made sure to double check if everything is set up...

Trying to get this to work in our vuetify app (still working on that) but in the process I havent been able to see the demo work. Just goes to...

The address auto-completion dropdown is floating when the user begins scrolling. I would expect it to stay attached to where it opened instead of having an absolute position that floats....

Does not show the city or area name, it shows the address, street address. How can we set to show only city name also

Chrome unfortunately no longer supports autocomplete="off". It is possible to disable autocomplete by setting other values of the autocomplete field, but this control hard-codes autocomplete="off". Could we have a user...

I'm using the component and trying to define my own label, as follows: ` ` On render, the component displays both "Test" (expected), and "Enter a location", presumably a default....

Component rendered with minimal options Expectation: placeholder text is bolder like the above text Actual: placeholder text is greyed out, similar to when field is disabled ![image](https://user-images.githubusercontent.com/42044253/128506829-dc28f620-68ca-4387-901b-e87c2141a03d.png)

Hello! I have noticed that the placechanged event doesn't return a locality (city) in the addressData object. I have tried this with multiple UK addresses. Here is an example with...