-1

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 https://vue-select.org/

Elena
  • 149
  • 1
  • 2
  • 5

1 Answers1

0

Please look at their sandbox's link https://vue-select.org/sandbox.html

You can enable the :multiple="true" checkbox on the side menu. It will show that multiple select is possible. enter image description here

Siti Aisah
  • 303
  • 1
  • 7