Jiří Vyhnálek
Jiří Vyhnálek
## Previous Behavior Previously the width of the scrollbar wasn't subtracted from the available space for column resizing, resulting in columns in total being wider than its container and scrollbar...
This is a List :)
Fixes [#27652](https://github.com/microsoft/fluentui/issues/27652)
### Library React Components / v9 (@fluentui/react-components) Bernardo has more context. Creating this now so that I can link it in the TMP repo.
fixes #32366
Currently the examples in the docs for Fluent V9 List don't work properly on dark and HC themes. This should be fixed before going to stable.
We are currently building a feature where the user can focus on a handle and resize part of the application. This can be considered a [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/). Based on...
We are currently building a feature where the user can focus on a handle and resize part of the application. This can be considered a [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/). Based on...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell N/A ``` ### Are you reporting Accessibility issue? no ### Reproduction https://codesandbox.io/s/nice-poitras-wsk2c1?file=/example.tsx ### Bug Description ## Actual Behavior Setting...
## Previous Behavior Previously, when element validation in List failed, an error would be thrown. This would crash the app if the user switches from navigation mode `items` to `composite`...