patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**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...
**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...
**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...
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
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...
**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...
**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...