vuetify-google-autocomplete
vuetify-google-autocomplete copied to clipboard
Does not show only city name
Does not show the city or area name, it shows the address, street address. How can we set to show only city name also
Hi, it looks like this library builds on top of the vue-google-autocomplete. To fix this issue you can utilize the types
property, for example types="(cities)"
.
Here is the original documentation
If you want to return all the types (default maps behavior) just use types=""
.