react-aria-modal
Advanced tools
Changelog
2.12.2
escapeExits={false}
.Changelog
2.12.1
scrollDisabled
prop while the modal is open.Changelog
2.12.0
focusTrapOptions
prop to pass options to the focus trap.Changelog
2.11.1
focus-trap-react
and react-displace
to allow React 16 installation.Changelog
2.11.0
scrollDisabled
prop (default true
), for edge cases when the document's scroll should not be disabled.Changelog
2.8.0
onExit
is now optional. If omitted, clicking outside the modal or hitting escape will not attempt to call onExit
.Changelog
2.7.2
focusDialog
will work even if you provide a non-default dialogId
.Changelog
2.7.1
props.onExit
from being called twice when modal includes exit buttons.