patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
Works towards closing #7142. Fixes some common type errors as a result of the React upgrade.
**What**: Closes #7350 **Additional issues**:
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/patternfly/patternfly-react). ## Deprecations / Replacements > [!WARNING] These...
**Describe the problem** A clear and concise description of the problem. Which components are affected? Release notes 2022.10
If there are multiple validators, the DatePicker text input will show the invalid icon after onBlur (click/focus out of the input). Seems to work fine with one validator, but as...
**Describe the problem** The [`Page`](https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Page/Page.tsx) component [`resizeObserver`](https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Page/Page.tsx#L204) triggers on rach rezise event in 250ms intervals, causing the `Page` `React.Context` to be continuously updated which results in a **very large number**...
Add new icon component. This is a placeholder until the core work is complete * Issue https://github.com/patternfly/patternfly/issues/4665 * PR https://github.com/patternfly/patternfly/pull/5014
**What**: Closes #7729 [Timestamp preview build](https://patternfly-react-pr-7815.surge.sh/components/timestamp) Still to-do: - [ ] Add classes (currently commented out the line that imports Timestamp styles) - [ ] Add tests - [ ]...
**Describe the problem** A clear and concise description of the problem. Which components are affected? Tabs **How do you reproduce the problem?** Vertical tabs render scroll buttons which are only...
**What**: Closes #6050 Popover and Tooltip work as usual, however there is currently an issue with using the Popper directly (shown in the composable menu demos) where the state/position isn't...