Deadly0 / final-form-material-ui

A set of wrapper components to facilitate using Material UI with Final Form
92 stars 33 forks source link

Support @material-ui/core 4.x #21

Open dantman opened 5 years ago

dantman commented 5 years ago

Right now this library only includes MUI 1.x-3.x in the peerDeps.

Given how thin a wrapper this library is, it should probably just use >= 1.0.0 instead.

OnkelTem commented 5 years ago

I don't understand can we use it with @material-ui/core 4.x?

TylerRick commented 5 years ago

It's not really updated for 4.x yet. Maybe some components work but I ran into some issues when I tried using it with 4.x.

I've switched to this fork: https://github.com/rainerschuster/final-form-material-ui, since this upstream project is no longer actively maintained.

lookfirst commented 5 years ago

Hey all... I was frustrated by the lack of maintenance here and surprised npm reports 7.5k downloads per month of this. So, I've done my own version...

Code: https://github.com/lookfirst/mui-rff Demo: https://lookfirst.github.io/mui-rff/

All modern, typescript and jest tested.

There is 1000 variations to what people may want, so submit PR's if I'm not hitting on your exact wish.