Skip to main content

FieldSet

Use FieldSet to semantically group related form fields.

Import

import { FieldSet } from '@dynatrace/strato-components/forms';

Demo

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 fieldset

To disable a FieldSet and all controls grouped by it, you can simply add the disabled prop.

Still have questions?
Find answers in the Dynatrace Community