theKashey / react-focus-on

🎯 Solution for WAI ARIA compatible modal dialogs or full-screen tasks, you were looking for
MIT License
336 stars 14 forks source link

Switch from keyup to keydown for escape key handling #16

Closed benoitgrelard closed 4 years ago

benoitgrelard commented 4 years ago

Closes #15

This PR updates the handling of the escape key, switching from key up to key down to mirror traditional modal layers done by the OS.