File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ To open the submenu to the right of the main menu, add `slds-dropdown_submenu-ri
261
261
262
262
<Example title = " Menu with Submenu Right" >
263
263
<CodeView demoStyles = " height: 300px;" >
264
- <Submenu ariaExpanded = " true " />
264
+ <Submenu ariaExpanded parentIsOpen />
265
265
</CodeView >
266
266
</Example >
267
267
@@ -271,7 +271,7 @@ To open the submenu to the left, add `slds-dropdown_submenu-left` to the `<div>`
271
271
272
272
<Example title = " Menu with Submenu Left" >
273
273
<CodeView demoStyles = " height: 300px; margin-left: 150px;" >
274
- <Submenu ariaExpanded submenuClassnames = " slds-dropdown_submenu-left" />
274
+ <Submenu ariaExpanded parentIsOpen submenuClassnames = " slds-dropdown_submenu-left" />
275
275
</CodeView >
276
276
</Example >
277
277
You can’t perform that action at this time.
0 commit comments