Material-UI is working on it's v1, it should be a good idea to start working to support that.
In fact I'm already working on it, and I'll open a PR when I think it's stable, but I guess it should be kept in a separate branch until v1 gets released.
I need V1 support.
@gfpacheco thanks. Can you push that branch ?
@erikras any update on this ?
I don't wanna open a PR to branch master while MaterialUI v1 is in alpha/beta. But if they create another branch I would be happy to create it.
For now I guess you can use @gfpacheco/redux-form-material-ui at version v1.0.0-alpha.2:
npm install --save @gfpacheco/[email protected]
Just an update: MaterialUI is now in beta and also is my fork. The latest version is v1.0.0-beta.1.
npm install --save @gfpacheco/[email protected]
Is there an update on this becoming a PR?
If @erikras creates a v1-beta branch I would open a PR to it. But I don't think opening a PR to the master branch would be a good idea right now.
CheckBox isn't working, DatePicker/TimePicker are yet to ported to V1, even the SelectField.
SelectPicker is here.
Any update on this? I've got "@gfpacheco/redux-form-material-ui": "v1.0.0-beta.1", in my dependencies but having various problems.
My problem of the moment is with SelectField, which, I guess is now called Select in material-ui v1, but I'm not sure what to import from redux-form-material-ui.
@Sigfried Sorry, the Select component is new and I still lack support for it. I'll be glad to review a PR implementing that support, or you could wait a couple days, I'll find some time to add it to my package.
Thanks, @gfpacheco! Sorry to be lame, but I'll wait for you to do it. My code has a fairly endless supply of bugs for me to work on in the meantime ;)
@gfpacheco Do you mind creating PR for a different branch ?
Of course not, which one should I create to? I guess I can't create a PR to a branch that doesn't exist.
@gfpacheco I have created branch 5.0. You can create PR on new branch
@Sigfried I still didn't really test it in a real project, but the Select component should be working on the new version:
npm install --save @gfpacheco/[email protected]
Thanks for the update.
I think it might be worthwhile to add backwards compatibility for TimePicker, DataPicker and Slider in Redux-Form-Material-UI repo. The new Material UI doesn't provide default components for these types now, but it would still be nice to have the redux-form-material-ui provider a wrapper for those components.
Thanks all for your patients.
Thanks @gfpacheco For your support to make it happen.
It is now released under as next release.
To use :
npm install --save redux-form-material-ui@next
Currently in beta , after few weeks will move it to latest tag. Release notes here
Documentation and examples can be found here
Most helpful comment
I don't wanna open a PR to branch master while MaterialUI v1 is in alpha/beta. But if they create another branch I would be happy to create it.
For now I guess you can use
@gfpacheco/redux-form-material-uiat versionv1.0.0-alpha.2: