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

React 18 has been [released](https://reactjs.org/blog/2022/03/29/react-v18.html), code will have to be adjusted to that it is officially supported. ### Checklist - [x] https://github.com/patternfly/patternfly-react/issues/6919 - [x] Update `@types/react` and `@types/react-dom` (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210). -...

infrastructure
Tech debt

Towards #7825 This PR parses CSS files being copied into `react-styles` and replaces relative asset paths with absolute paths.

**Describe the problem** I have the need for a sticky header and a sticky toolbar, I think that is allowed with the design guidelines. The documentation is not completely clear...

documentation :memo:
bug

**What**: Closes #7788

Trying to control the value of the DatePicker from outside the component. Once the datepicker becomes invalid (in this case by typing a date less than 2020-03-17), I can no...

bug
needs triage

There's a few elements that we would like add tags to for user tracking and automation, however there's a few React components that don't appear to offer properties to set...

Coming out of https://github.com/patternfly/patternfly/issues/4930 Investigate if we can modify the core CSS files that are copied over into react-styles/css to use absolute paths. For example, this parcel error is currently...

**What**: Closes #7663 **Depends on**: - #7824 - https://github.com/patternfly/patternfly-org/pull/3126 **Note:** - Unit tests for ancillary wizard components will be included in a follow-up PR. - 3 starting Examples have been...

**Describe the feature** As a part of an effort to update or deprecate components, new directories within react-core's `src` can be made and subpaths can be utilized so that users...

feature request