Closed klis87 closed 7 years ago
Hey there, seems like your question is formik specific and not really related to yup? You might want to try the formik repo. Might also want to look at react-formal, which allows this and also uses Yup, if formik doesn't cover your use case :)
Ohh sorry, multitabs issue :)
Is it possible to achieve sth like this currently?:
I know I could use
mapPropsToValues
andmapValuesToPayload
, but I find it really verbose and inconvenient for such a simple and common case. If I had deeply nested object, it would be even worse.