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 incorrect field group usage in example markup for Form. Previously
had a "for" attribute for an ID that didn't exist, and was using a
label. But this was more of a fieldset usage and needed to use the
aria attributes (reference Field group).
- Improves some titles and descriptions to be more clear about alignment
description: "For labels above, the layout changes completely, so you must apply `.spectrum-Form--labelsAbove` to the Form itself. You do not need to apply a specific class to the FieldLabel."
169
+
name: Labels above
170
+
description: "A stacked layout with the labels above the form fields. Apply the variant class `.spectrum-Form--labelsAbove` to the Form itself. You do not need to apply a specific class to the Field label."
0 commit comments