patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Describe the problem** MenuItem **How do you reproduce the problem?** Navigate to a menu item with tooltip in our [Menu examples](https://www.patternfly.org/components/menus/menu) (first example has a tooltip on the first aria-disabled...
**Describe the problem** Whenever the text of the button for an expandable section introduces/summarizes the content it describes, the toggle is also functioning as a heading. In such cases, the...
**Describe the enhancement or change** https://github.com/patternfly/patternfly-react/pull/11851 notes a TODO to move the placement of the pf-m-expand-top modifier class. This needs to be removed from the expandableSectionToggleIcon element to the outermost...
**Describe the problem** When Alerts with a timeout are rendered inside an AlertGroup, the wrapper `li` element for the Alerts never unmounts when the Alerts do. This causes empty `li`...
**Is this a new component or an extension of an existing one?** The Modal creates a ModalBox, which will have a variation in Core built using the `` element. **Describe...
**Describe the enhancement or change** Per a discussion including @jgiardino and @jessiehuff there are some issues related to accessibility with our current Timestamp implementation: - There's no clear visual indication...
It is currently applying to both desktop view and mobile view, but should only be added when in mobile. This is causing an issue with the animation where the icon...
https://github.com/patternfly/patternfly/pull/7522 - Needs an opt-in flag for animations (or reusing other Table animation opt-in prop combined with `isTreeTable`). - Add this flag to the TableContext. - Reference the context in...
**Describe the problem** Namely the [treeview with separate expansion and selection](https://www.patternfly.org/components/tree-view#with-separate-selection-and-expansion), [treeview with checkboxes](https://www.patternfly.org/components/tree-view#with-checkboxes), and [treeview with actions](https://www.patternfly.org/components/tree-view#with-action-items). This is tricky because typically Left and Right arrow keys will either...
**Is this a new component or an extension of an existing one?** JumpLinks **Describe the feature** Follow up to comments in https://github.com/patternfly/patternfly-org/pull/3808 Basically right now the default value of the...