dimanche 21 février 2021

Select several items in select option vie

Is there a way to do a checkbox inside select option vue? Right now I have the following code:

<select required>
   <option v-for=“item in items” :key=“item.id” value=item.id></option>
</select>

I need to make it possible to choose several options while selecting. Is there a way to do so?




Aucun commentaire:

Enregistrer un commentaire