patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**What**: Closes #7751
**Describe the issue. What is the expected and unexpected behavior?** This Epic will track the work of updating the test suites for our components to meet our [new RTL testing...
**What**: Closes #7228 . **How**: Added a `headerUtilities` prop in `LoginMainHeader.tsx` using the [styling properties](https://www.patternfly.org/v4/components/login-page/html#with-language-selector) discussed by @mcoker and @mcarrano. Updated `LoginPage.tsx` with a `loginHeaderUtils` prop. Created an example (`LoginPageLanguageSelect.tsx`)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​patternfly/documentation-framework | [`1.1.9` -> `1.1.28`](https://renovatebot.com/diffs/npm/@patternfly%2fdocumentation-framework/1.1.9/1.1.28) | [](https://docs.renovatebot.com/merge-confidence/)...
Per our discussion @tlabaj @mcarrano - we decided we need to find an online mock REST API that will allow us to paginate all the new table data: https://docs.google.com/spreadsheets/d/1-sqIbCpmFfmID0fByWZSOBpn99ocGyT2KoUZ5B_s3zo/edit#gid=0 The...
**What**: Closes #7693 **Additional issues**: https://github.com/patternfly/patternfly-org/issues/2903 https://github.com/patternfly/patternfly-org/issues/2910
Want to update the Custom row wrapper example for tables so it doesn't get confused with selected rows which have the same styling. It's this example: https://www.patternfly.org/v4/components/table#composable-custom-row-wrapper-header-tooltips--popovers. A design recommendation...
Add a new variant of the Number input component to support inserting a status icon into the field (potentially used to warn users about exceeding threshold limits, etc). Core PR:...