FieldSet
Use FieldSet to semantically group related form fields.
Import
import { FieldSet } from '@dynatrace/strato-components-preview/forms';
Use cases
Use multiple fieldsets
It is possible to nest several <FieldSet> components inside each other. To do
so, you can simply put it inside any other Fieldset component.
Disable a fieldset
To disable a FieldSet and all controls grouped by it, you can simply add the
disabled prop.