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

mdSelect: user input from number pad does not function correctly #9104

@danjarvis

Description

@danjarvis

Actual Behavior:

  • What is the issue? * Pressing 1 through 9 on the number pad does not change the selected value, when applicable.
  • What is the expected behavior? 1 through 9 on the number pad are accepted by the component.

CodePen (or steps to reproduce the issue): *

The issue is that keydown events specify codes 97 - 105 for 1 - 9 on the number pad.

Note: I have a patch ready to go. I will submit a PR in the next 24 hours.

Angular Versions: *

  • Angular Version: 1.5.3
  • Angular Material Version: 1.0.9

Additional Information:

  • Browser Type: * Chrome, Firefox, IE
  • Browser Version: * Chrome: 51.0.2704.79, Firefox: 45.2.0, IE: 11
  • OS: * Debian, Windows 10
  • Stack Traces:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions