jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.87k stars 2.78k forks source link

Issue with formik dependent validation #3704

Open ramanassvv opened 1 year ago

ramanassvv commented 1 year ago

Scenarios like this

Here we have validationField method, based on the second input filed value we need to set the error of the field of the second input.

i tried like with validationField(formik: FormikProps) => but it was return as undefiend.

ksantana-nts commented 1 year ago

hi, @ramanassvv

there might be a visualization issue here because there's nothing after "scenarios like this"

image