Fieldset (code)
The <Fieldset> tag is used to group related elements in a form.
Props
System Props
System Props
Next to the properties listed in the propstable, a collection of system props can be added to any component for further general styling and layouting purposes. These props vary per component.
To read more about the system, click here to check out its dedicated page.
Action
Adds an action or extra information to your item, mostly used for links.
Disabled
Will disable all interaction of it's children.
Error
To convey an error to the user, you can set the prop to true.
Message
Give additional information to the user.
OptionalLabel
Compared with TextField, the Fieldset is not required by default. The optionalLabel is additional feedback to the user, please provide it where needed. This will not be passed to it's children. You still have to provide an optionalLabel or required prop depending on the component.