### Version 2.5.17 ### Reproduction link [https://jsfiddle.net/cwnv6djs/](https://jsfiddle.net/cwnv6djs/1/) ### 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 <!-- generated by vue-issues. DO NOT REMOVE -->