patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

A set of React components for the PatternFly project.

Results 650 patternfly-react issues
Sort by recently updated
recently updated
newest added

Add victory-cursor-container dependency Closes https://github.com/patternfly/patternfly-react/issues/7791

- Duplicate IDs (probably shared between examples) - Stack chart - Tooltip chart - Scatter chart - Line chart - Donut utilization chart - Bullet chart - Area chart -...

accessibility

Update Victory packages to 36.6.0 and adjust for typescript changes

**Describe the problem** Missing `victory-cursor-container` dependency ``` ERROR in ./node_modules/@patternfly/react-charts/dist/esm/components/ChartCursorContainer/ChartCursorContainer.js 7:0-66 Module not found: Error: Can't resolve 'victory-cursor-container' in 'AnsibleAnalytics/tower-analytics-frontend/node_modules/@patternfly/react-charts/dist/esm/components/ChartCursorContainer' resolve 'victory-cursor-container' in 'AnsibleAnalytics/tower-analytics-frontend/node_modules/@patternfly/react-charts/dist/esm/components/ChartCursorContainer' Parsed request is a module using...

bug
needs triage

The examples "Singular dynamic alert group" and "Singular dynamic alert group with overflow message" in the [alert group React examples](https://www.patternfly.org/v4/components/alert-group) output messages that say "Toast" even though these are not...

good first issue
documentation :memo:
needs triage

**What**: Closes #7452 **Additional issues**: I also converted the usage of `.innerText` in this component to instead use `.textContent` due to [an issue with JSDOM](https://github.com/jsdom/jsdom/issues/1245) that impacted my ability to...

**Describe the problem** When using the `children` prop for the SelectOption component to provide an alternate display, keyboard focus does not work correctly for the typeahead variant. **How do you...

bug
obsolete in pf5

Timestamp is a new component that will take a raw timestamp value and convert it into the desired display format. Design: https://marvelapp.com/prototype/2cf6171g Core issue: https://github.com/patternfly/patternfly/issues/4801

feature request

There is no API documentation for @patternfly/react-topology?

extension