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-options dropdowns (angular 1.2) broken with new version of chrome (47) #13446

@philcunliffe

Description

@philcunliffe

The select appears functional until you try and select anything.

Code:

<select name="test" class="Sitedropdown"
        data-ng-model="model"
        data-ng-change="changeHandler()"
        data-ng-options="model.number as model.number for model in modelList">
        <option value="">Select Model Number</option>
</select>

This code worked before the latest chrome update

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions