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

**Is this a new component or an extension of an existing one?** Slider **Describe the feature** Ability to provide a custom tooltip to the Slider. We have a custom slider...

**Is this a new component or an extension of an existing one?** Slider **Describe the feature** We have a custom Slider that dynamically updates the Slider value when you change...

**Is this a new component or an extension of an existing one?** MenuToggle **Describe the feature** As a followup to https://github.com/patternfly/patternfly/issues/6561 we should add an aria-haspopup prop to MenuToggle (with...

Good first issue
A11y
PF Team

# TLDR [Table](https://www.figma.com/design/VMEX8Xg2nzhBX8rfBx53jp/branch/istD6Z7Ugu0ZQnsXZOnkbP/PatternFly-6--Components?node-id=3331-12049&m=dev) is mostly complete and partially functional. A couple of notes: ## [Row based table](https://www.figma.com/design/VMEX8Xg2nzhBX8rfBx53jp/branch/istD6Z7Ugu0ZQnsXZOnkbP/PatternFly-6--Components?node-id=3331-12049&m=dev) = React component aligned table **Example:** ```

Stale

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.4.5` -> `^5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.9.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.5/5.9.3?slim=true) | --- ###...

Hi there 👋 Just wondering if it would make sense to allow providing a custom aria-label for the input used for row selection (radio or checkbox, depending on the [TdSelectType](https://www.patternfly.org/components/table#tdselecttype)...

A11y

Relates to: #11624 Included components: **ExpandableSection** [Component tracker](https://docs.google.com/spreadsheets/d/1RpZ4AtDU6gAEMgcj59mDfHJHP4bZs3Zisp8jrQENlGs/edit?gid=1902662552#gid=1902662552) [Figma preview](https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=3-18&p=f&m=dev) Resources: - [Getting started](https://gist.github.com/mattnolting/da60420274e7aa51d9d03e7096e66393)

Stale

**Describe the problem** A clear and concise description of the problem. Which components are affected? OCP uses `variant="plain"` in our `NotificationBadge`. This was approved by UX back during the PF6...

**Describe the enhancement or change** Per https://github.com/patternfly/patternfly/issues/6562#issuecomment-2839684312: - MenuToggle should be updated to apply `aria-invalid="true"` when the status is danger for non-typeahead/plain toggles (basic toggles and split button toggles). If...

A11y
PF Team

**Describe the problem** Per https://github.com/patternfly/patternfly/issues/6562, we need to update how aria labeling is handled in MenuToggle, namely: - Right now the aria-label on the MenuToggle does nothing since the text...

A11y
PF Team