'select multiple cities suggested by google places
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/
Solution 1:[1]
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.

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Siti Aisah |
