Skip to content

Commit be843a0

Browse files
committed
Added docs for DropDownMenu disabled prop
1 parent c78051f commit be843a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/app/components/pages/components/drop-down-menu.jsx

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ class DropDownMenuPage extends React.Component {
8383
type: 'object',
8484
header: 'optional',
8585
desc: 'Overrides the inline-styles of DropDownMenu\'s root element.'
86+
},
87+
{
88+
name: 'disabled',
89+
type: 'bool',
90+
header: 'default: false',
91+
desc: 'Disables the menu.'
8692
}
8793
]
8894
},

0 commit comments

Comments
 (0)