Ben Howell
                                            Ben Howell
                                        
                                    ## Current Behavior The Field component is not implemented. ## New Behavior * Add an initial implementation of the Field component. * Add stories for Field
## Current Behavior Regression from the refactoring in PR https://github.com/microsoft/fluentui/pull/24562, Menu no longer respects the `openOnHover` prop. ## New Behavior Use the `openOnHover` prop in Menu again. It defaults to...
## Current Behavior The state of Avatar's `active` prop is conveyed visually via a highlight ring, but not conveyed to accessibility tools. ## New Behavior Append 'active' or 'inactive' to...
## Current Behavior The SwitchField control inherits the `labelPosition` prop from Switch. However, the `label` prop goes to the field and not the Switch, and so the Switch's `labelPosition` prop...
We're still deciding how the SwitchField label prop should work. Need to update the implementation once we have a design.
## Previous Behavior Spinner currently animates a svg's circle path. This type of animation is not optimized by browsers to run on the compositor thread. As a result, if the...
This issue is tracking the resolution of outstanding comments from PR [feat(react-teaching-popover-preview): Core functionality](https://github.com/microsoft/fluentui/pull/29894) Unresolved comments from @layershifter: - [ ] [Use images from CDN in examples](https://github.com/microsoft/fluentui/pull/29894#discussion_r1427770397) - [ ]...
## Previous Behavior Radio used complex CSS selectors to directly set colors on the `indicator` and `label` slots. This makes it very difficult to override the colors in custom styles....
Feature request: https://github.com/microsoft/fluentui/issues/25624 ```[tasklist] ### Tasks - [ ] Add support for applying mirroring styles (`transform: 'scaleX(-1)'`) when generating the React icon - [ ] Fill out the list of...