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

**What**: Closes #7642 **Additional issues**: I may need some extra guidance here as the existing example is throwing errors on PF.org. I also noticed that the design guidelines stated for...

**Describe the problem** Using a Select with typeahead can cripple performance if there are a large amount of options. The browser becomes unresponsive when typing in the select box (Tested...

wontfix
bug

**Is this a new component or an extension of an existing one?** What is the existing component, if any? Progress Stepper **Describe the feature** A clear and concise description of...

feature request
needs triage

**Is this a new component or an extension of an existing one?** What is the existing component, if any? Table **Describe the feature** A clear and concise description of the...

documentation :memo:
Epic

Makes progress on patternfly-org/issues/2990

Closes: #7777 Also separated out the a11y tests from the preview build on each PR.

**What**: Closes #7357

on hold
ux review
css review

Current the DashboardWrapper / DashboardHeader / etc reused by full page demos do not import to codesandbox correctly. We should either update the codesandbox export template to include these files...

infrastructure

**Describe the problem** Follow up to #7456 , see comment https://github.com/patternfly/patternfly-react/pull/7456#pullrequestreview-986640231 The `aria-describedby` attribute is being applied to the incorrect element on non-typeahead variants of the Select component. Right now...

bug

**Describe the problem** If you update `availableOptions` or `chosenOptions` in an asynchronous function (`useEffect` or `componentDidMount` for example). The DualListSelector raise a `TypeError: Converting circular structure to JSON`. We only...

bug