vira - v28.12.2
    Preparing search index...

    Type Alias CommonViraFormFields

    CommonViraFormFields: { label: string } & PartialWithUndefined<
        {
            hasError: boolean;
            isDisabled: boolean;
            isHidden: boolean;
            isRequired: boolean;
            testId: string;
        },
    >

    ViraFormField properties that are shared between all field types.