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.03k stars 96 forks source link

Add `focusTrapOptions` prop to pass options to the focus trap. #56

Closed cnelson9 closed 6 years ago

cnelson9 commented 6 years ago

Added the focusTrapOptions prop to be passed to the focus trap. This pull request is to resolve issue 55 https://github.com/davidtheclark/react-aria-modal/issues/55.

cnelson9 commented 6 years ago

I think I got everything. Let me know if I missed something.

davidtheclark commented 6 years ago

Great @cnelson9 🍰

I'll release this new feature this morning.