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

Add keypress to close modal and remove background scrolling #12

Closed andrescheca closed 5 years ago

andrescheca commented 5 years ago

Add the ability to close the modal with the ESC key and removes the scrollbar when the alert is being shown, fixes issue #9.

GA-MO commented 5 years ago

@andrescheca Very cool!