We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f265e28 commit 6136e4dCopy full SHA for 6136e4d
packages/react-core/src/components/Toolbar/ToolbarGroup.tsx
@@ -53,7 +53,7 @@ export interface ToolbarGroupProps extends Omit<React.HTMLProps<HTMLDivElement>,
53
};
54
/** Content to be rendered inside the data toolbar group */
55
children?: React.ReactNode;
56
- /** Flag that modifies the toolbar item to hide overflow and respond to available space. Used for horizontal navigation. */
+ /** Flag that modifies the toolbar group to hide overflow and respond to available space. Used for horizontal navigation. */
57
isOverflowContainer?: boolean;
58
/** @hide Reference to pass to this group if it has .pf-m-chip-container modifier */
59
innerRef?: React.RefObject<any>;
0 commit comments