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
When labeling a group of inputs it's recommended to create a fieldset element with a nested legend element. I'd like to add support to treat the FormLabel component as a legend instead of a label for situations like this.
When labeling a group of inputs it's recommended to create a
fieldset
element with a nestedlegend
element. I'd like to add support to treat theFormLabel
component as a legend instead of a label for situations like this.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend
The text was updated successfully, but these errors were encountered: