-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Chip] Support text-overflow ellipsis by default #18708
Conversation
Details of bundle changes.Comparing: 484b75d...4619c1f
|
@oliviertassinari Should be mentioned somewhere in docs/demo? |
@ImanMahmoudinasab I'm not sure, why should we give this behavior a specific emphasize? |
@oliviertassinari I was not sure, so asked it. Maybe because it is new behavior and some folks don't have any idea that they can apply a width/max-width to chips and see ellipsis for overflowed texts. |
@ImanMahmoudinasab Interesting, I think that we should consider the overflow ellipsis handling as insurance, it's best not to have to use it, but it's here, in case of. |
Closes #18587
Setting the
root
'smaxWidth=220
to supporttext-overflow: ellipsis