Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict to disable ellipsis into ListItem #2577

Open
cballevre opened this issue Feb 16, 2024 · 0 comments
Open

Conflict to disable ellipsis into ListItem #2577

cballevre opened this issue Feb 16, 2024 · 0 comments

Comments

@cballevre
Copy link
Member

There is a conflict between the general case and the specific case. I don't know if it's really a problem, but it's good to know if you want to get what you want.

The ellipsis won't be disable on text in this example :

<ListItem>
  <ListItemText primary={primary} ellipsis={false} />
</ListItem>

Whereas this way, it will be disable :

<ListItem ellipsis={false}>
  <ListItemText primary={primary} />
</ListItem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant