-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
It really is ridiculous to have to convert data to the text/value JSON object format in order to correctly render select options dynamically.
Ideally we would have something along these lines:
<select v-model="selectedItem" v-options="array" v-text="item.firstName" v-value="item.id">
</select>
shahidkarimi