• This component should be used to render a TextArea inside a Formik form.

    Parameters

    • props: PropsWithChildren<Omit<TextAreaProps, "error">>
    • Optional context: any

    Returns null | ReactElement<any, any>

    Example

    <Field name="title" label="Title" as={TextAreaField} />
    

Generated using TypeDoc