patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
Follow up to https://github.com/patternfly/patternfly/pull/4986 - make isFlipEnabled true by default in all components/examples/demos using Popper. - use the new `pf-m-static` whenever isFlipEnabled is set to false.
**Is this a new component or an extension of an existing one?** What is the existing component, if any? Popper. **Describe the feature** A clear and concise description of the...
**Describe the problem** Followup to #7714 The new example introduced in the above PR will need to have keyboard handling fixed, as currently you are unable to properly select tree...
When going between the breadcrumb and menu sections while a menu is drilled in, multiple keypresses of Shift+Tab are required to navigate back to the breadcrumbs. What I think might...
**Typing a value does not trigger the dropdown to jump to it in Safari** **How do you reproduce the problem?** - In Safari, open the Time Picker - Open the...
**Describe the problem** Followup to #7732 The [hoverable selectable Table example](https://www.patternfly.org/v4/components/table#composable-row-click-handler-hoverable--selected-rows) throws the following warning in the dev environment: `Warning: validateDOMNesting(...): cannot appear as a child of ` Additionally, due...
**Depends on**: #7703 Added unit tests for the following: - WizardComposableFooter - WizardComposableStep - WizardComposableToggle - WizardComposableBody Note: - WizardComposableContext, although is implicitly somewhat tests via WizardComposable tests, since more...
Add tests for the horizontal overflow tabs behavior of the Tabs component added in #7742
I have a question about Draggable row table of PatternFly 4. when I dragged one table row in horizontal direction out of the table, and it still in origin place...
As mentioned in #7450 the Code Editor is lacking in test coverage based on our newly determined testing guidelines. I anticipate the most difficult part of this issue will likely...