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

onKeyPress doesn't pass the event #84

Open AndrewRayCode opened 1 year ago

AndrewRayCode commented 1 year ago

https://github.com/GA-MO/react-confirm-alert/blob/3654247b7b263b0999cd9d978ebef3eb65494699/src/index.js#L85

Why does this API exist? Knowing there's a keypress isn't helpful on its own.

pierrevano commented 1 year ago

The call to onkeyPress is not working for me either.