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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
FocusTrapZone firstFocusableSelector prop is fragile.
it is called selector, but it expects class, as it prepends the selector with .
-> only prepend . if the string does not start with . or #
it allows seting focus to elements outside of the focus trap zone
-> if selector evaluates to something outside of the zone or to nothing, find the first focusable in the zone