Skip to content

Commit

Permalink
Fixed #1845 - Added expanded option to MenuModel
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 5, 2021
1 parent 48f224e commit c1645a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/showcase/menumodel/MenuModelDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ const items = [
<td>null</td>
<td>An array of children menuitems.</td>
</tr>
<tr>
<td>expanded</td>
<td>boolean</td>
<td>false</td>
<td>Visibility of submenu.</td>
</tr>
<tr>
<td>disabled</td>
<td>boolean</td>
Expand Down

0 comments on commit c1645a1

Please sign in to comment.