Skip to content

[MdSelect] when submitting form containing md-select, md-option text is sent instead of value in request body #1855

Open
@talyahalom

Description

@talyahalom

Steps to reproduce

create the following form:
<form><md-field><md-select name='blah'><md-option value='1'>one</md-option></md-select></md-field></form>
submit this form and parse request body

Which browser?

chrome

What is expected?

request body has the key:value - {blah:'1'}

What is actually happening?

request body has the key:value - {blah:'one'}

Version

"vue-material": "^1.0.0-beta-10.2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions