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

Type declaration

  • Optional dataTestFieldType?: string

    Identifier for E2E testing to identify the form element type

  • Optional error?: string

    Optional error message to display

  • Optional minHeight?: string

    Minimum height of the element (default: 50px)

  • Optional stickyLabel?: boolean

    Stick to the top option

Generated using TypeDoc