react-modal icon indicating copy to clipboard operation
react-modal copied to clipboard

Disable focus trap & disable tab trap

Open bvellacott opened this issue 4 years ago • 2 comments

Fixes #[issue number].

Changes proposed:

  • add ability to disableFocusTrap
  • add ability to disableTabTrap

Acceptance Checklist:

  • [x] The commit message follows the guidelines in CONTRIBUTING.md.
  • [x] Documentation (README.md) and examples have been updated as needed.
  • [x] If this is a code change, a spec testing the functionality has been added.
  • [x] If the commit message has [changed] or [removed], there is an upgrade path above.

bvellacott avatar May 21 '21 13:05 bvellacott

Coverage Status

Coverage decreased (-0.3%) to 84.777% when pulling afada57e55e5752983fc29dfb53a97cdbaeff24b on bvellacott:disableFocusTrap-&-disableTabTrap into 827796d48e7d4c74b4362cf90955e162082ee46d on reactjs:master.

coveralls avatar May 21 '21 13:05 coveralls

https://github.com/reactjs/react-modal/issues/799

bvellacott avatar May 28 '21 12:05 bvellacott