Nutrient Web SDK
    Preparing search index...

    Type Alias TextFormFieldJSON

    TextFormFieldJSON: BaseFormFieldJSON & {
        comb: boolean;
        defaultValue: string;
        doNotScroll: boolean;
        maxLength?: number | null;
        multiLine: boolean;
        password: boolean;
        type: "pspdfkit/form-field/text";
    } & (
        | { doNotSpellCheck?: undefined } & Record<"doNotSpellcheck", boolean>
        | { doNotSpellcheck?: undefined } & Record<"doNotSpellCheck", boolean>
    )