How to apply Formik and Yup validation and form submission on Date Range Picker? #2757
Unanswered
thealiraza
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Date Range Picker from Material-UI-pickers in a form and using Formik for form and Yup for validation. But, the problem is that I can't find a way to submit DateRangePicker values through Formik. Validation through Yup is working fine. I am using React Hooks. DateRangePicker creates dates but I can't pass values in form submission.
I will be grateful for your help.
Beta Was this translation helpful? Give feedback.
All reactions