我想将菜单构建为Material-UI中的菜单。
我正在使用menuItems来生成子菜单。
<MenuItem anchorOrigin = {{horizontal: 'left', vertical: 'bottom', animated : 'false'}}
menuItems={[ <MenuItem primaryText="Show Level 2" />]}
> Menu Item 2</MenuItem>
我唯一需要的是保持子菜单打开。
有办法吗?
谢谢,