formsy-material-ui
formsy-material-ui copied to clipboard
Support formsy-react v1.1.2
Please upgrade formsy-material-ui to support formsy-react v1.1.2, so we can finally use React v16. This is the only package that prevents us from upgrading atm
Related to #240
Is this repository not maintained anymore ?
given its now 12th April and your issue/question hasn't got a response, its not looking good @Fandekasp 👎
I've just managed to completely bypass the use of this (now unsupported) module simply by using the withFormsy
HOC available from the formsy-react
component. This passes in the necessary prop-based methods of getValue
and setValue
to hook yourself manually into the Formsy form. It took a little bit of rejigging, but not much really. There is a very good example of how to use withFormsy on the formsy-react
npm/git page. hope this helps you/everyone
Is this still maintained? Any chance someone wrote this with formsy-react 1.x?