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