Skip to content

Dynamic Select Options is impractical #1061

@threeseed

Description

@threeseed

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions