robertLichtnow / zod-formik-adapter

An adapter for zod object validation to Formik validation schema
https://www.npmjs.com/package/zod-formik-adapter
MIT License
156 stars 17 forks source link

Add validateAt to validation schema #16

Open EvanVujcec opened 1 year ago

EvanVujcec commented 1 year ago

The validateField function requires the validateAt function to be present on the validation schema. This pull request does that. Includes new tests, all passing locally.

robertLichtnow commented 1 year ago

Can you rebase this PR and resolve the conflicts so I can review this request?