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
Currently, this component requires a labelFor prop because it expects an input or select as a child. We need to adjust the interface and implementation to support multiple children wrapped by a fieldset, per https://a11y-style-guide.com/style-guide/section-forms.html.
The text was updated successfully, but these errors were encountered:
Currently, this component requires a
labelFor
prop because it expects an input or select as a child. We need to adjust the interface and implementation to support multiple children wrapped by a fieldset, per https://a11y-style-guide.com/style-guide/section-forms.html.The text was updated successfully, but these errors were encountered: