-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
How to set selected
attr to <option>
element whose value is equal to item.category? Especially when item.category is changed.
<select class="form-control" name="template" v-model="item.category">
<option v-repeat="templates" value="{{name}}">{{name}}</option>
</select>
connor11528, Alvinbsi, dilawar and khanof89
Metadata
Metadata
Assignees
Labels
No labels