patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Describe the problem** A clear and concise description of the problem. Which components are affected? When the fullscreen API is used, the browser does not render the entire document tree....
Create a wrapper that maps our existing Popper API onto the Floating UI API so that they can be seamlessly switch between by consuming components and get the same features...
Create a beta prop to optionally allow products to use new floating UI implementation rather than popper. Update all examples in Select docs to use this new prop.
Create a beta prop to optionally allow products to use new floating UI implementation rather than popper. Update all examples in Dropdown docs to use this new prop.
Create a beta prop to optionally allow products to use new floating UI implementation rather than popper. Update all examples in Popover docs to use this new prop.
Create a beta prop to optionally allow products to use new floating UI implementation rather than popper. Update all examples in Tooltip docs to use this new prop.
Create a beta prop to optionally allow products to use new floating UI implementation rather than popper. Update all examples in SearchInput docs to use this new prop.
TimePicker - Time selection dropdown PaginationOptionsMenu - Page size selector NavItem - Navigation submenus MenuContainer - Generic menu positioning Tabs/OverflowTab - Overflow tab menus Table Actions - Action column menus...
introduce variant of Select using FloatingUI to use optionally instead of Popper Closes #12000 Closes #12001
**Describe the problem** A clear and concise description of the problem. Which components are affected? There is a bug in the "On icon with dynamic content" demo of `Tooltip`. http://patternfly-react-v5.surge.sh/components/tooltip#on-icon-with-dynamic-content...