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

    Parameters

    • props: PropsWithChildren<Omit<DateTimeTextProps, "error" | "onChange">>
    • Optional context: any

    Returns null | ReactElement<any, any>

    Example

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

Generated using TypeDoc