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

Pass event to exit handler #81

Closed javiercejudo closed 5 years ago

javiercejudo commented 5 years ago

The use case is to be able to stop the propagation of the click event on the underlay in a custom onExit function.

javiercejudo commented 5 years ago

@davidtheclark done