Controlled/Uncontrolled confusion with UI libraries
croraf opened this issue · 0 comments
croraf commented
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).