The ListItemSecondaryAction
should be displayed in the correct position.
The position of each ListItemSecondaryAction
is incorrect.
Link: https://codesandbox.io/s/material-demo-y2qpd?fontsize=14
ListItemSecondaryAction
to the ListItem
I need to be able to use all of ListItem
UI features with a virtualized list.
| Tech | Version |
|--------------|---------|
| Material-UI | v4.0.1 |
| React | 16.8.1 |
| Browser | Chrome 74 |
| TypeScript | 3.3.3 |
| react-window | 1.8.2 |
馃憢 Thanks for using Material-UI!
We use the issue tracker exclusively for bug reports and feature requests, however,
this issue appears to be a support request or question. Please ask on StackOverflow where the
community will do their best to help. There is a "material-ui" tag that you can use to tag your
question.
If you would like to link from here to your question on SO, it will help others find it.
If your issues is confirmed as a bug, you are welcome to reopen the issue using the issue template.
@nichgalea Tips:
<ListItem button ContainerProps={{ style: style }} ContainerComponent="div" key={index}>
Thanks!
For people that may be confused about the container props, that style is the style react-window injects into your component
Most helpful comment
@nichgalea Tips: