Problem description
Currently one can only set the initial value via initiallyOpen https://github.com/callemall/material-ui/blob/master/src/List/ListItem.js#L303
It would be helpful if ListItem could be toggled via an additional attribute such as open and could be used as a controlled component as well.
Problem description
Currently one can only set the initial value via
initiallyOpenhttps://github.com/callemall/material-ui/blob/master/src/List/ListItem.js#L303It would be helpful if
ListItemcould be toggled via an additional attribute such asopenand could be used as a controlled component as well.