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

**Describe the feature** The slider has a tooltip feature to show the current value. When using the slider, the width of the tooltip varies depending on the numbers, and so...

Feature

currently, the various packages published to npm pf-react all include the `src` directories which bloat the published pkg size to 6.05 MB https://www.npmjs.com/package/@patternfly/react-core?activeTab=code it also does create scenarios where products...

Spike
Feature
Post v6

Follow up to core PR - https://github.com/patternfly/patternfly/pull/6963 I believe this is to have parity for the old select component - https://www.patternfly.org/components/menus/select/react-deprecated#placeholder-select-options cc @tlabaj

bug
PF6

**Describe the problem** `FileUploadField` provides more control over the inner workings than `FileUpload` including a way to disable the clear button using `isClearButtonDisabled`. However there is no equivalent property for...

enhancement :rocket:
bug
Post v6

If an update in react requires additional updates in org were a react release is required to update org we can get stuck in a scenario where we will be...

md
Tech debt
Post v6

**Describe the enhancement or change** We pretty often run into issues where improper commit message formatting causes a release to not happen when expected. This could be resolved by enforcing...

Stale

Currently, using `Truncate` mandates that a popover is included and doesn't give any flexibility with how it is implemented. It would be helpful to have a `noTooltip` prop if we...

DevX
Post v6

re: https://github.com/patternfly/patternfly/pull/6952 Adds support for `.pf-m-editorial` on all of the `.pf-v6-c-content*` classes, so it can be used on: * The outer `.pf-v6-c-content`, which will style all of the content components...

bug
sm
PF6

**What**: Closes #10869 Added checks for the containerRef, tested locally and it no longer produces the errors

**Describe the problem** ExpandableSection in truncating variant throws errors in console on rerendering multiple components (ie. filtering a table), this is also an issue for the dev overlay as it...

bug