@@ -248,15 +248,12 @@ btnStyle | One of:<br/>'default'<br/>'primary'<br/>'emphasis'<br/>'flat'<br/>'li
248
248
noCaret | boolean | false | Whether to prevent a caret from being rendered next to the title.
249
249
title | node | | Title content.
250
250
disabled | boolean | false | Whether or not component is disabled.
251
- open | boolean | false | Whether or not the dropdown is visible.
252
251
253
252
#### DropdownMenu
254
253
255
254
Name | Type | Default | Description
256
255
:--- | :--- | :------ | :----------
257
256
componentClass | element | ul | A custom element for this component.
258
- open | boolean | false | Whether or not the dropdown is visible.
259
- pullRight | boolean | false | Align the menu to the right side of the dropdown toggle.
260
257
onClose | function(event) | | A callback fired when the dropdown menu closes.
261
258
onSelect | function(eventKey, event) | | A callback fired when a menu item is selected.
262
259
rootCloseEvent | One of:<br />'click'<br />'mousedown' | | Which event when fired outside the component will cause it to be closed.
@@ -266,8 +263,6 @@ rootCloseEvent | One of:<br/>'click'<br/>'mousedown' | | Which event when fired
266
263
Name | Type | Default | Description
267
264
:--- | :--- | :------ | :----------
268
265
componentClass | element | div | A custom element for this component.
269
- open | boolean | false | Whether or not the dropdown is visible.
270
- pullRight | boolean | false | Align the menu to the right side of the dropdown toggle.
271
266
onClose | function(event) | | A callback fired when the dropdown menu closes.
272
267
onSelect | function(eventKey, event) | | A callback fired when a menu item is selected.
273
268
rootCloseEvent | One of:<br />'click'<br />'mousedown' | | Which event when fired outside the component will cause it to be closed.
@@ -284,7 +279,6 @@ eventKey | any | | Value passed to the `onSelect` handler, useful for identifyin
284
279
header | boolean | false | Style the menu item as a header label, useful for describing a group of menu items.
285
280
onClick | function(event) | | Callback fired when the menu item is clicked, even if it is disabled.
286
281
open | boolean | false | Whether or not the dropdown submenu is visible.
287
- pullRight | boolean | false | Align the menu to the right side of the dropdown toggle.
288
282
onClose | function(event) | | A callback fired when the dropdown menu closes.
289
283
onSelect | function(eventKey, event) | | A callback fired when a menu item is selected.
290
284
rootCloseEvent | One of:<br />'click'<br />'mousedown' | | Which event when fired outside the component will cause it to be closed.
0 commit comments