Home > other >  select multiple cities suggested by google places
select multiple cities suggested by google places

Time:02-25

i'm using v-select and i'm trying to have a multiple select through which to select one or more cities, suggested by google ... does anyone know if it can be done? I don't even find examples enter image description here

CodePudding user response:

the problem is that i can't use google places api. I want to show the cities in: options after the user has typed

  • Related