Closed
Description
Version
2.5.17
Reproduction link
https://jsfiddle.net/cwnv6djs/
Steps to reproduce
Click on the input field
Press the space bar or Escape or Delete
What is expected?
The label under the input should display "space" or "escape" or "delete"
What is actually happening?
Nothing
Seems like KeyboardEvent.key in IE11 are :
- "Spacebar" for space bar
- "Esc" for Escape
- "Del" for Delete