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
chore: add comment about mdc-form-field label and input linking
MDC recently made a change to the MDC text-field boilerplate. They
now recommend using a `label` as container for the text-field.
This has implications (code-wise and performance-wise) for us
specifically since we support custom form-field controls and projected
content. This commit adds a comment explaining on why we don't switch
to a label as container element.
0 commit comments