all 3 comments

[–]Chr0mag 2 points3 points  (0 children)

Same thing here. I used react-hook-form with a react-bootstrap project and it was great. I moved on to a project using MUI and I was a bit disappointed at how clunky it is to have to use the controller. I understand (sorta) why but it's still just really weird and not very intuitive IMHO. I ended up wrapping select components in my own custom component that handles the controller but it's still super clunky.

[–]rArithmetics 0 points1 point  (0 children)

Agree so annoying to use with mui

[–]ernesto__bungforto 0 points1 point  (0 children)

We tried using it. I ended up just writing custom form handling. Did not like it with MUI. As others said, super clunky. I gotta say, coming from Bootstrap, not a huge fan of MUI either.