components icon indicating copy to clipboard operation
components copied to clipboard

feat(COMPONENT): mat-form-field - hint area could be optional

Open e-oz opened this issue 3 years ago • 1 comments

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). Screenshot 2022-09-08 at 09 50 13

Use Case

Right now it breaks the alignment, as you can see in screenshot.

e-oz avatar Sep 08 '22 07:09 e-oz

I'm using

.mat-mdc-form-field-bottom-align::before {
  content: none !important;
}

as a workaround

e-oz avatar Sep 08 '22 08:09 e-oz

subscriptSizing="dynamic"

e-oz avatar Sep 15 '22 16:09 e-oz

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.