You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.12.0 introduced FreeFocusInside component, which could white-list any focus management library inside, but that's not enough.
As long there is no way to wrap some modals with this component - react-focus-lock should not interfere with any elements outside of it's root component.
add an option, to ignore focus events outside current react root
add an option to ignore any elements by a selector.
The text was updated successfully, but these errors were encountered:
v1.12.0 introduced
FreeFocusInside
component, which could white-list any focus management library inside, but that's not enough.As long there is no way to wrap some modals with this component - react-focus-lock should not interfere with any elements outside of it's root component.
The text was updated successfully, but these errors were encountered: