Axinom Mosaic Libraries
    Preparing search index...

    Type Alias FormElementContainerProps

    FormElementContainerProps: BaseFormElement & {
        dataTestFieldType?: string;
        error?: string;
        htmlFor?: string;
        minHeight?: string;
        stickyLabel?: boolean;
    }

    Type Declaration

    • OptionaldataTestFieldType?: string

      Identifier for E2E testing to identify the form element type

    • Optionalerror?: string

      Optional error message to display

    • OptionalhtmlFor?: string

      The value of the 'for' attribute of the label

    • OptionalminHeight?: string

      Minimum height of the element (default: 50px)

    • OptionalstickyLabel?: boolean

      Stick to the top option