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

[Edited by @thatblindgeye 11/7/2025] This issue should involve fixing the following (we should try to prioritize the first 2 items, as they are affecting the new Compass demos): - [...

A11y

**Describe the problem** A clear and concise description of the problem. Which components are affected? Related: #8040, #8293 From @thatblindgeye 's review comments [here](https://github.com/patternfly/patternfly-react/pull/8040#pullrequestreview-1117532817) and [here](https://github.com/patternfly/patternfly-react/pull/8293#pullrequestreview-1159021177). - [ ] Dual...

A11y

**Describe the problem** The Tab definition can be something like: ```js

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-router](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`^7.3.0` -> `^7.6.2`](https://renovatebot.com/diffs/npm/react-router/7.3.0/7.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

closes: #11620 ## Installation instructions 1) [Generate a figma access token](https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens) ![Screenshot 2025-05-06 at 12 20 04 PM](https://github.com/user-attachments/assets/f837cd3f-d047-47a9-aadf-7de93a896938) ![Screenshot 2025-05-06 at 12 22 11 PM](https://github.com/user-attachments/assets/fa2fc54e-ca22-4efc-82d3-b95e51e9cc29) ![Screenshot 2025-05-06 at 12 24...

For v6, menu toggles with avatars should use a small avatar size and maintain the standard "form control" height (same height as buttons, text inputs, other menu toggles, etc). However,...

Waiting for core
PF Team

**Describe the problem** If the [typeahead toggle](https://www.patternfly.org/components/menus/menu-toggle/#typeahead-toggle) is disabled, it isn't passing the disabled state down to the button. **Expected behavior** The button should also have the disabled state **Screenshots**...

**Describe the problem** Various aria attributes that need some form of correction in examples/demos: - The `nav` and `ul` elements that makes up the navigation in the component should have...

A11y
PF Team

**Describe the problem** This ranges from example code update to component update: - For the Popover that triggers when clicking the term help text, the heading level is not correct...

A11y
PF Team

**Describe the problem** In the [Clickable rows data list example](https://www.patternfly.org/components/data-list#clickable-rows), using keyboard to toggle the kebab of either data list item causes the data list item to become selected without...

A11y
PF Team