fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
See: https://github.com/microsoft/fluentui/pull/24460#discussion_r971371829
See: https://github.com/microsoft/fluentui/pull/24460#discussion_r972271819
### Environment Information - **Package version(s)**: 8.10.0, Also tried it on 8.15.0 and still repro. - **Browser and OS versions**: (fill this out if relevant), not relevant, repro on Edge,...
[👓 PREVIEW](https://github.com/microsoft/fluentui/pull/24817/files?short_path=7e93867#diff-7e938677b3fc951cde8d369feb66774ced52123fbe7766b98d2c47ee2e4525f8)
## Current Behavior 1. Parent node can only consist only of 2 lines of text. 2. Chart appears asymmetric in layout i.e space from left and right side is unequal....
### Library React / v8 (@fluentui/react) ### System Info ```shell System: OS: Windows 10 10.0.22000 CPU: (8) x64 Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz Memory: 5.87 GB / 15.59 GB...
## Previous Behavior The disabled property is not exported in the IColorCellProps interface. ## New Behavior The disabled property is exported as part of the IColorCellProps interface to allow users...
Using the approach with the smallest impact to API and slot rendering. ## Previous Behavior The slot rendered a native `button` always, but with role="presentation" when it was not interactive....
## Previous Behavior File Type Icons can't be used with Fluent 9 unless you import Fluent 8 `` or use React to dangerously set inner HTML. ## New Behavior Expose...
This PR begins laying out the slot structure and types for SearchBox.