We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb41eb commit 1a51887Copy full SHA for 1a51887
packages/react-core/src/components/Dropdown/examples/DropdownWithSplit.tsx
@@ -28,6 +28,7 @@ export const DropdownSplitButtonText: React.FunctionComponent = () => {
28
return (
29
<Dropdown
30
onSelect={onSelect}
31
+ onOpenChange={(isOpen: boolean) => setIsOpen(isOpen)}
32
toggle={(toggleRef: React.Ref<MenuToggleElement>) => (
33
<MenuToggle
34
splitButtonItems={[
0 commit comments