GA-MO / react-confirm-alert

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

Close the popup with enter button of keyboard ? #37

Closed urvis15 closed 4 years ago

urvis15 commented 4 years ago

I'm trying to close my popup with keyboard enter key, but it doesn't have any option which provide the solution for this.

GA-MO commented 4 years ago

@urvis15 You can use closeOnEscape to close the popup.

jeffminsungkim commented 2 years ago

@GA-MO Could you please share some examples? It doesn't work.