-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdChip text overflow #2688
Comments
I have run into an issue on a current project where |
How is this currently handled? In 0.10.0: https://material.angularjs.org/0.10.0/#/demo/material.components.chips See |
The truncation effect of |
The |
@ThomasBurleson can we disable the truncation |
@ThomasBurleson @rschmukler @robertmesserle @typotter here's the issue:
|
I know that mdChip is not ready for production, but I just noticed this strange behavior:
Short chips work fine, however chips that are too long to fit within the div width overflow off of the screen. Would it be a good idea to add
md-maxlength
logic to the md-chip?Here is a screenshot of the behavior:
The text was updated successfully, but these errors were encountered: