You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to set maxWidth to button and creating text overflow there is no ellipsis it's kinda edge case but I think Button should offer a nice UI even if user wants that (ex: maybe a dynamic button with fixed width).
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 30, 2024
Describe the bug
When trying to set
maxWidth
to button and creating text overflow there is no ellipsis it's kinda edge case but I think Button should offer a nice UI even if user wants that (ex: maybe a dynamic button with fixed width).Reproducer
https://stackblitz.com/edit/vitejs-vite-su2uss?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
Go to stackblitz repo and you can clearly see the error.
Expected behavior
There should be text-overflow value for button label for this case
The text was updated successfully, but these errors were encountered: