jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.

Home Page:https://codesandbox.io/s/github/jannikbuschke/formik-antd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How get casted yup values?

Valtas opened this issue · comments

<Formik
initialValues={initialValues}
validationSchema={validationSchema}
onSubmit={(castedValues) => ... }

How would you do it with formik only?
This library is not concerned with yup, and it does not alter the Formik container.