johndatserakis/vue-simple-context-menu

[FR] close menu on Esc key

laur89 opened this issue · 3 comments

[FR] close menu on Esc key

Good suggestion - I'll get to this as soon as I am able. Thank you!

Couldn't you do something like @keydown.esc.exact="someHideMethod"? I know some might not want this functionality but surely this would be a good addition

Alright I got a bit of time so I went ahead and added this to the latest v3.1.8 release in the #17 pull request. Thank you @laur89 laur89 for the suggestion and @robertdrakedennis for the help.