Skip to main content

    FieldSet

    Use FieldSet to semantically group related form fields.

    Import

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

    Use cases

    CodeSandbox

    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.

    CodeSandbox

    Disable a fieldset

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

    CodeSandbox
    Still have questions?
    Find answers in the Dynatrace Community