Style for List children #5050
Labels
component: list
This is the name of the generic UI component, not the React module!
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Is there a way to set height only for children of list and make it scrollable?
I could set div around ListItems and make it happen with CSS but then onChange property of SelectableList doesn't register any changes.
Can't use onClick on ListItems either because then clicking on rightIconButton triggers click on ListItem.
So far, I see that I can only change style for whole List or for individual ListItems.
Are there any solutions for this?
The text was updated successfully, but these errors were encountered: