Open GabrielGomesBarbosa opened 4 years ago
Hi folks,
How can i use this library with react-hook-form correctly? can anyone post some examples?
react-hook-form
Yes, you must use Controller component with its render prop. I made a very simple example here.
Controller
render
Hi folks,
How can i use this library with
react-hook-form
correctly? can anyone post some examples?