I\'m expecting that \'close\' event is fired when I\'m clicking ESC button being on \"shadow-modal\" div, but it\'s not happening
vue 2.5.13, any ideas why?
The Key events cannot be generated from div or other elements. In order to get key events from div you need to use inside the div element.