react-dialog: send focus to the dialog root when no other focusables are present #25150
Labels
Area: Accessibility
Component: Dialog
Fluent UI react-components (v9)
Status: Fixed
Fixed in some PR
(discussed during the dialog a11y pass)
Two steps needed to implement the fix:
role="dialog"
) should havetabindex="-1"
to make it focusable, but not in the tab orderrole=dialog
elementThis will fix the following bugs:
The text was updated successfully, but these errors were encountered: