patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Is this a new component or an extension of an existing one?** Existing `` component, with `` showing secondary `description` rows. **Describe the feature** When the Select isOpen, each option...
**What**: Closes #7583 [Navigation preview build](https://patternfly-react-pr-7597.surge.sh/components/navigation) I removed the "Expandable (w/subnavigation titles)" example as the only difference between it and the "Expandable" example looked to just be the `srText` prop...
Makes progress on https://github.com/patternfly/patternfly-org/issues/2990
Makes progress on patternfly/patternfly-org/issues/2990
Makes progress on patternfly/patternfly-org#2990 (a redo of a former PR with feedback integrated)
**What**: Draft for https://github.com/patternfly/patternfly-org/issues/2935 First pass for how an updated demo page with templated content may function. Adds a generic blurb at the top of the demo page, and boilerplate...
This needs to be fixed in the legacy and composable table expandable row examples. after fixing this issue, we should also remove the config which ignores the rule 'scrollable-region-focusable' in...
This [variable](https://github.com/patternfly/patternfly-react/blob/da70962a8c1722d6564f4a679297985ea9567fda/packages/react-core/src/components/Pagination/Pagination.tsx#L162) seems to be getting incremented to infinity by [this](https://github.com/patternfly/patternfly-react/blob/da70962a8c1722d6564f4a679297985ea9567fda/packages/react-core/src/components/Pagination/Pagination.tsx#L304). If the above methodology is the root of the issue, I would suggest simple removing the "paginationId" variable. As...