davidtheclark / react-aria-modal

A fully accessible React modal built according WAI-ARIA Authoring Practices

Home Page:http://davidtheclark.github.io/react-aria-modal/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

codecrutch opened this issue · comments

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.

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