documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Controlled/Uncontrolled confusion with UI libraries

Open croraf opened this issue 2 years ago • 0 comments

In this section https://react-hook-form.com/advanced-usage#ControlledmixedwithUncontrolledComponents it says that MUI works only with Controlled components: image

But immediately below the usage of MUI's Input with {...register} is presented (that is uncontrolled usage).

croraf avatar Oct 09 '23 14:10 croraf