davidtheclark / react-aria-modal

A fully accessible React modal built according WAI-ARIA Authoring Practices
http://davidtheclark.github.io/react-aria-modal/demo/
MIT License
1.04k stars 96 forks source link

Focus Trap Breaks After Hitting Escape (with escape closing disabled) #63

Closed codecrutch closed 6 years ago

codecrutch commented 6 years ago

In the 3rd demo, if you open the modal, focus trap works. But if you hit escape, to try and close the modal (escape is disabled here for closing the modal), the focus trap is then broken.

davidtheclark commented 6 years ago

Thanks, @codecrutch. An easy fix that I'll have up shortly.