Skip to content

How do I set the child selects "value" attribute to the actual value, and not the parent name #15

@gavin-boyd

Description

@gavin-boyd

Currently it renders in the html:
<option value="Alfa Romeo">GT</option>
<option value="Alfa Romeo">Another model</option>

This isn't very useful, I need this:
<option value="GT">GT</option>
<option value="Another model">Another model</option>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions