DEV Community

[Comment from a deleted post]
Collapse
 
seanmclem profile image
Seanmclem

What if I have to use a custom input? Like a custom upload control, checkbox group, etc. I couldn't find anything in their docs

Collapse
 
bluebill1049 profile image
Bill

Check out this Controller Component: react-hook-form.com/api#Controller

React Hook Form embraces uncontrolled components and native inputs, however it's hard to avoid working with external controlled component such as React-Select, AntD and Material-UI. This wrapper component will make it easier for you to work with them.