surevine / govuk-react-jsx

govuk-frontend compatible React components
https://govuk-react-jsx.netlify.app/
MIT License
3 stars 0 forks source link

Document wrapping component for date input #4

Open andymantell opened 4 years ago

andymantell commented 4 years ago

Using the date input with a form library like Formik causes problems because it is not able to handle a top level value prop. You need to wrap the component and create an "adapter" of sorts. We should document this...

https://gist.github.com/andymantell/278e67a9b4617e54fe3ddfbf858d0b37

andymantell commented 4 years ago

Also need to address compatibility with react-hook-form