react-focus-lock icon indicating copy to clipboard operation
react-focus-lock copied to clipboard

It is a trap! A lock for a Focus. πŸ”“

Results 112 react-focus-lock issues
Sort by recently updated
recently updated
newest added

Focus is not returned with multiple ``s. Sample CRA project: https://github.com/andraaspar/react-focus-lock-stack-missing **To reproduce:** 1. Click β€˜Open modal 1’ 2. On the modal, click β€˜Open modal 2’ 3. On the 2nd...

bug

## Problem In macOS Safari, clicking links below the fold inside the `FocusLock` component causes focus to jump to the first link instead of going the destination of the link....

How do I use focus lock and having no input focused from start?

Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.3.3 to 1.3.5. Commits - [`6d5ed4b`](https://github.com/commenthol/safer-eval/commit/6d5ed4b90d676a10776b818dee84014dcd41e632) 1.3.5 - [`fbbc623`](https://github.com/commenthol/safer-eval/commit/fbbc623b7a6f6b9176dfed3f1c3d12ccc848f7b8) Merge pull request [#7](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/7) from commenthol/strict-mode-recommendation - [`1a87237`](https://github.com/commenthol/safer-eval/commit/1a8723704b30ac43c3c300223c6132e27b48fc21) fix: use strict mode recommendation - [`b81dab9`](https://github.com/commenthol/safer-eval/commit/b81dab9c7ef88345e5e9a4490426ac171a489add) 1.3.4 - [`073267a`](https://github.com/commenthol/safer-eval/commit/073267ac30e67d3e5c1762c5d0373444ead61660)...

dependencies

Does [children prop](https://github.com/theKashey/react-focus-lock/blob/master/src/Lock.js#L150) of FocusLock required to be a single node or even a single dom node? Does the `as` prop expected to forward a ref to a dom node?...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

I am using focus lock on my modal. tabbing is working perfectly. continuous tabbing inside the modal working as a loop. This is good for me. But in browse mode...

## Issue Description When combining PopperJS w/ Focus Lock there are various overflow issues. ## Steps to reproduce - Set html, body to 100% height w/ overflow auto - Create...

Is this the expected behaviour? Is there a way to not automatically focus and also only take 1 tab press to start focusing something?