-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Fluent UI react-components (v9)Resolution: Soft CloseSoft closing inactive issues over a certain periodSoft closing inactive issues over a certain period
Description
Library
React Components / v9 (@fluentui/react-components)
System Info
-Are you reporting Accessibility issue?
no
Reproduction
Bug Description
Actual Behavior
The findAllFocusable method needs an acceptCondition function that, when provided, will return all the elements inside the container (not only the focusable ones).

On the Tabster library, the acceptCondition function is optional, but the react-tabster wrapper has a required param. Changing it to optional, might fix the problem.
Another alternative would be changing the second parameter to a FindAllProps type, so we could decide which props to pass to Tabster.
Logs
No response
Requested priority
Normal
Products/sites affected
No response
Are you willing to submit a PR to fix?
yes
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
Fluent UI react-components (v9)Resolution: Soft CloseSoft closing inactive issues over a certain periodSoft closing inactive issues over a certain period