fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.

Results 820 fluentui issues
Sort by recently updated
recently updated
newest added

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell n/a ``` ### Are you reporting Accessibility issue? no ### Reproduction https://react.fluentui.dev/?path=/docs/components-input--default#appearance ### Bug Description ## Actual Behavior Some...

Area: Documentation
Needs: Triage :mag:

Related to #23334, I noticed that the accordion buttons were submitting a form when nested within one. This PR adds `type="button"` by default to all button slots in `react-components` that...

### Library React / v8 (@fluentui/react) ### System Info ```shell System: OS: Windows 10 10.0.19043 CPU: (12) x64 Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz Memory: 40.41 GB / 63.73 GB...

Needs: Triage :mag:

## Current Behavior v9 `:focus-visible` ponyfill will always be used ## New Behavior Both native `:focus-visible` and ponyfill styles are written to DOM, but if the ponyfill is never applied,...

Status: Blocked

The current `data-keyboard-nav` selector that is applied to the FluentProvider causes too much style recalclation each time the user's navigation mode changes (mouse/keyboard). Below are results of the `SelectorStats` trace...

Status: Blocked
Fluent UI react-components (v9)

#### Describe the feature that you would like added Currently trying to use Dialog component. It uses Modal and then Layer under the hood. The default behaviour is to append...

Type: Feature
Component: Layer
Needs: Attention
Issue Pinged

#### Describe the feature that you would like added Support for React 18, which just released: https://github.com/facebook/react/releases/tag/v18.0.0 #### What component or utility would this be added to All of them...

Type: Feature
React 18

**NOTE:** all changes have been created by running `yarn nx workspace-generate migrate-converged-pkg --all` ## Current Behavior - some v9 packages setup is out of date/doesn't work as expected - `storybook`...

## Current Behavior The current [website](https://react.fluentui.dev/) default title is "Webpack App": ![image](https://user-images.githubusercontent.com/97875118/183944301-cf9ca9bc-3a64-4c86-a982-52db6ef151b1.png) There is currently no option in Storybook to add a custom title, as [the last comment in this...

Area: Website