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
FieldGroup is a new grouping component that wraps a related set of input controls and includes a group label with an optional description and error state. This is an unstyled component.
The grouping element should be aria-labelledby and aria-describedby its respective label and/or description (when it's present). This should function and be displayed similarly to how other input controls (TextField, Combobox, Select, etc) handle labels, descriptions, and error display.
Any child content should be displayed inside of the wrapping element.
The text was updated successfully, but these errors were encountered:
FieldGroup
is a new grouping component that wraps a related set of input controls and includes a group label with an optional description and error state. This is an unstyled component.Implementation
The grouping element should be
aria-labelledby
andaria-describedby
its respective label and/or description (when it's present). This should function and be displayed similarly to how other input controls (TextField
,Combobox
,Select
, etc) handle labels, descriptions, and error display.Any child content should be displayed inside of the wrapping element.
The text was updated successfully, but these errors were encountered: