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

Does not show only city name

Open kumarchandang opened this issue 4 years ago • 2 comments

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

kumarchandang avatar Feb 11 '21 04:02 kumarchandang

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

nwoodr94 avatar Jul 16 '21 05:07 nwoodr94

If you want to return all the types (default maps behavior) just use types="".

davidstackio avatar Mar 19 '22 17:03 davidstackio