Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ng-model does not update displayed select value on Chrome/Android #7986

@jacekwasowski

Description

@jacekwasowski

Chrome v35.0.1916.141
Android 4.2.2
Angular 1.2.18

When changing the value of select the model is properly updated, however select keeps displaying the old value until it loses focus.

<select name="x" ng-model="x">
<option>1</option>
<option>2</option>
</select>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions