Skip to content

:value binding on <select> doesn't reflect changes #4394

@aleksei-a-savitski

Description

@aleksei-a-savitski

Vue.js version

2.1.4

Reproduction Link

https://jsfiddle.net/aleksey_beskosty/zz5svy6q/

Steps to reproduce

Select element is declared as:
<select :value="val">...</select>

What is Expected?

When val is changed, select element updates its value and shows it.

What is actually happening?

val is changed but select doesn't update value property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions