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
Currently, focus-trap doesn't allow for focusing of elements with aria-disabled=true. For accessibility reasons, aria-disabled=true is often used instead of disabled to allow for the element to be tabbed to. Can we at least get an opt-in option to not consider elements with aria-disabled=true when determining whether it can be focused?
Currently,
focus-trap
doesn't allow for focusing of elements witharia-disabled=true
. For accessibility reasons,aria-disabled=true
is often used instead ofdisabled
to allow for the element to be tabbed to. Can we at least get an opt-in option to not consider elements witharia-disabled=true
when determining whether it can be focused?Thanks!
focus-trap/src/lib/focusable.ts
Line 29 in efe5491
The text was updated successfully, but these errors were encountered: