You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with complex forms, it is a good idea to use a library that makes it easier for us to manage the states and flows of the forms. For this issue, it is expected to implement an example that will be used as a reference on how to use react-hook-form. taking into account:
form error handling.
validation handling, using resolvers and validation schemas like zod.
handling custom input with controller
nested fields.
fields with dependencies.
Use Case
The result of this issue is expected to be used as a reference or guide to build a complex form.
Build a template with the necessary configurations to start working without worrying about the setup.
Proposed Solution
Create a basic react application using the react vite template using create-awesome-node-app adding the extension with react-hook-form.
Place the created app at examples/react-hook-form
Add the different features mentioned above to the app
Describe the feature
When working with complex forms, it is a good idea to use a library that makes it easier for us to manage the states and flows of the forms. For this issue, it is expected to implement an example that will be used as a reference on how to use
react-hook-form
. taking into account:zod
.Use Case
The result of this issue is expected to be used as a reference or guide to build a complex form.
Build a template with the necessary configurations to start working without worrying about the setup.
Proposed Solution
examples/react-hook-form
Other Information
No response
Acknowledgements
Version used
Environment details (OS name and version, etc.)
┆Issue is synchronized with this Clickup task by Unito
The text was updated successfully, but these errors were encountered: