Closed bsthilaire closed 1 week ago
15 (Legacy)
When using mat-form-field with the appearance outline, the label does not size correctly when suffixes are added to the Field.
Work when using appearance fill
Getting the same bug using Angular 15 to 18 when using MDC Components. Did not have this bug with Angular 15 (not mdc)
StackBlitz link: https://stackblitz.com/edit/w7csj4
Steps to reproduce:
I would expect the outline appearance label to overflow and add ellipsis like the fill counterpart.
The Label does not overflow and is over/under the down caret and the suffix buttons
Hello, Can i start working on it?
Duplicate of https://github.com/angular/components/issues/26349.
Is this a regression?
The previous version in which this bug was not present was
15 (Legacy)
Description
When using mat-form-field with the appearance outline, the label does not size correctly when suffixes are added to the Field.
Work when using appearance fill
Getting the same bug using Angular 15 to 18 when using MDC Components. Did not have this bug with Angular 15 (not mdc)
Reproduction
StackBlitz link: https://stackblitz.com/edit/w7csj4
Steps to reproduce:
Expected Behavior
I would expect the outline appearance label to overflow and add ellipsis like the fill counterpart.
Actual Behavior
The Label does not overflow and is over/under the down caret and the suffix buttons
Environment