Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
no
Reproduction
https://codesandbox.io/
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
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
no
Reproduction
https://codesandbox.io/
Bug Description
Actual Behavior
The

findAllFocusablemethod needs anacceptConditionfunction that, when provided, will return all the elements inside the container (not only the focusable ones).On the Tabster library, the
acceptConditionfunction is optional, but thereact-tabsterwrapper has a required param. Changing it to optional, might fix the problem.Another alternative would be changing the second parameter to a
FindAllPropstype, 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