focus-trap-react
focus-trap-react copied to clipboard
A React component that traps focus
This example works correctly: ``` Btn ``` This example doesn't work: ``` class Test extends Component { render() { return Btn; } } ``` Error that is returned: TypeError: el.querySelectorAll...
Microsoft [no longer supports](https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/) any version of IE, so IE is no longer supported by this library. PR Checklist __Please leave this checklist in your PR.__ - Issue being fixed...
This would simplify the publishing process, and make it possible to update the demos in PRs. - [ ] Rename `demos` dir to `docs` - [ ] Update GitHub settings...
Run E2E testing at each `push` and `pull-request` on major browsers: - [x] Chrome cypress supported - [x] Firefox (done with #206) cypress supported ~Having problem running on git action...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Hello I have login and sing up buttons in the header. Then clicking on login button Login popup opens. I want to add Focus trap on it. And I added....
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.2.0 to 10.3.0. Release notes Sourced from @testing-library/dom's releases. v10.3.0 10.3.0 (2024-07-02) Features Reduce caught exceptions in prettyDom (#1321) (76cb73d) Commits 76cb73d feat: Reduce caught exceptions in...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.6 to 2.27.7. Release notes Sourced from @changesets/cli's releases. @changesets/cli@2.27.7 Patch Changes #1047 d108fa6 Thanks @patzick! - Fixed a crash that could occur when depending on a...