components
components copied to clipboard
feat(COMPONENT): mat-form-field - hint area could be optional
Feature Description
If possible please do not create div.mat-mdc-form-field-subscript-wrapper in mat-form-field if "hint" is not set (null or undefined).

Use Case
Right now it breaks the alignment, as you can see in screenshot.
I'm using
.mat-mdc-form-field-bottom-align::before {
content: none !important;
}
as a workaround
subscriptSizing="dynamic"
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.