TarikHuber / material-ui-selectable-menu-list

Selectable List from Material-UI that can be filled with an array of items
MIT License
4 stars 2 forks source link

onNestedListToggle #2

Closed damaniosif closed 6 years ago

damaniosif commented 6 years ago

Hi,

How we can add onNestedListToggle event for ListItems?

TarikHuber commented 6 years ago

It should be done with just putting a prop with the same name you would use by using the pure ListItem from Material-UI. We pass over all other props to the ListItem. Let me know if it worked out.

damaniosif commented 6 years ago

yes it worked thank you!