patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Describe the problem** When clicking on a select/kebab/menuContainer that contains an onFocus event, a jittering/auto-scroll/insta-scroll behaviour can occasionally be seen. Additional information: - A fix for this using a timeout...
**Describe the enhancement or change** Currently, we don't have a loader prop for Select components in v5.4.0 due to which we have to manually add a spinner in the component...
Fixes the publication issues outlined by [`publint`](https://publint.dev/) and some others, namely: - Add an explicit `type` field of `module` to the package. - Replace `main`, `module` and `types` fields with...
**Describe the enhancement or change** From the 9/16/2024 design share session, sorting was a topic mentioned, including how "favorites" sorting should work (since typically there's no text to sort by,...
**Describe the problem** Per the latest W3C specifications and accessibility guidelines, the `aria-sort` attribute should only have values of “ascending”, “descending”, or “other” to indicate the sort order. If sorting...
**Describe the enhancement or change** Followup to https://github.com/patternfly/patternfly-react/pull/11018 where the timeout duration for focusing the first menu item was updated to 10ms. We should add a prop to customize this...
**Describe the problem** I don’t believe there’s need for the `Truncate` component to be calculating whether or not to include the tooltip upfront or even on resize. The tooltip is...
Currently the `eslint-plugin-patternfly-react` supports the ESLint v9 plugin API thanks to the work done by @kmcfaul under #10743. However it still requires the use of compatibility functions in order to...
**Is this a new component or an extension of an existing one?** Page, tabs, typology **Describe the feature** To [Go to sidebar example](https://www.patternfly.org/topology/sidebar) Paste this snippet in code editor -...
**Describe the enhancement or change** Replace hard coded 'pf-v6-screen-reader' strings with object from react-styles so that we don't have to manually bump it to v7 etc in the future? style...