GA-MO / react-confirm-alert

react component confirm dialog.
https://ga-mo.github.io/react-confirm-alert/demo/
MIT License
271 stars 105 forks source link

How to escape with keyboard events? #69

Closed jeffminsungkim closed 2 years ago

jeffminsungkim commented 2 years ago

Hi. @GA-MO Thank you for providing such a wonderful library!

I'd like to press an enter key or make other key events to make an alert disappear and then run a function. Could you please share some examples?

Thank you.

jeffminsungkim commented 2 years ago

@GA-MO Can I make a PR for this feature?