documentation
documentation copied to clipboard
Controlled/Uncontrolled confusion with UI libraries
In this section https://react-hook-form.com/advanced-usage#ControlledmixedwithUncontrolledComponents it says that MUI works only with Controlled components:
But immediately below the usage of MUI's Input with {...register} is presented (that is uncontrolled usage).