In https://github.com/microsoft/fluentui-contrib/pull/211 we started overriding internal tabster attributes by the ones provided by props. This may cause behavioral issue due to props removing internal necessary tabster attributes.
This PR fixes this by using useMergedTabsterAttributes to merge internal attributes with props one instead of replacing
Fixes bug introduced by https://github.com/microsoft/fluentui-contrib/pull/211
In https://github.com/microsoft/fluentui-contrib/pull/211 we started overriding internal tabster attributes by the ones provided by
props
. This may cause behavioral issue due toprops
removing internal necessary tabster attributes.This PR fixes this by using
useMergedTabsterAttributes
to merge internal attributes withprops
one instead of replacing