You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material-experimental/mdc-form-field): update input alignment to match spec
Unfortunately we cannot leverage MDC for aligning controls vertically
in the form-field. This is because we support custom form controls
and MDC applies alignment to the input directly. This cannot work for
our form-field as there is no guaranteed input in a control.
This commit updates the alignment to be more in sync with the spec
measured values / and the MDC implementation. For better insight,
the offset required for the input box is now logically subtracted
for an improved code health when we need to update again in the future.
0 commit comments