This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
Description
Arrow keys does not work (to increment/decrement number type) for iron-input in IE11
Expected outcome
When a number type iron-input is selected user should be able to increment/decrement with arrow keys
Actual outcome
When a number type iron-input is selected user is not able to increment/decrement with arrow keys
Live Demo
N/A, need to transpile to ES5
Steps to reproduce
- Put a number type
iron-input element in the page.
- Build with
polymer build
- Serve with
prpl-server --root ./build
- Open in IE11
- Tab navigate or click on the element and try increment/decrement with arrow keys
Browsers Affected