patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

A set of React components for the PatternFly project.

Results 730 patternfly-react issues
Sort by recently updated
recently updated
newest added

**Is this a new component or an extension of an existing one?** **[Tree View](https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/TreeView/TreeView.tsx)/[Tree View List Item](https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/TreeView/TreeViewListItem.tsx)** **The issue** While working on adopting the Tree View into our UI, we...

**Describe the problem** VoiceOver is not correctly announcing mandatory checkboxes and radio buttons as required within the FormGroup component even when isRequired prop is used. **How do you reproduce the...

A11y

**Describe the problem** When using `FormSelect` with a prop `aria-labelledby` that points to another label it will complain that the component requires either an ID or `aria-label` to be specified....

A11y

**Describe the problem** When the focus is on Available Options, the on pressing arrow key, second option in list is selected instead of first:The issue is with Component>Dual List Selector>....

A11y

EDIT 2/20/2025: This issue can be scoped to fixing the issue seen in the hoverable Popover example, where keyboard focus gets trapped on the trigger, as well as VO not...

A11y

**Describe the enhancement or change** Spike for a discussion to have regarding https://github.com/patternfly/patternfly-react/issues/5397 Basically we need to decide whether: - we want to update certain a11y props to either be...

A11y
Spike

**Describe the enhancement or change** Currently the [Menu with drilldown and inline filter](https://www.patternfly.org/components/menus/menu/#with-drilldown-and-inline-filter) example is rendering the search filter (drilled into level 2) as a div inside a `ul` element,...

A11y

Props shared across compass components and other component enhancements made to support the epic should be audited to ensure that verbiage in their docs is similar.

PF Team

Go to this demo https://www.patternfly.org/components/navigation/react-demos/horizontal-nav/ 2 ways to show what looks like the same bug: * load the demo a wide screen where the scrollbars do not show because the...

PF Team

**Is this a new component or an extension of an existing one?** Right now only the outer wrapper allows aria labeling, wew should provide props to pass to the `ul[role="tablist"]`...

A11y
PF Team