-
-
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
[TextField] Long hint does not work with { whiteSpace: 'nowrap', textOverflow: 'ellipsis' } #6433
Comments
We have been porting the component on the next branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it. |
|
Hi, I don't think the issue has been fixed it yet. Could you re-open? |
Facing a similar issue with the placeholder in TextField, in Chrome and Edge. Long text is cut but the ellipsis is not displayed. In Firefox it works as expected. |
Same here. |
Same here |
My solution to this was to overwrite mui theme in a custom
|
Versions
The text was updated successfully, but these errors were encountered: