surevine / govuk-react-jsx

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

Compatibility with react-hook-form #48

Closed andymantell closed 4 years ago

andymantell commented 4 years ago

There are some issues around compatibility with react-hook-form. (See #45 for original thread).

Initial issue appears to be around the fact that react-hook-form uses uncontrolled inputs but we assume controlled.

Need to build out a demo of some the various form components using react-hook-form and iron out this and any other issues encountered.