redux-form-material-ui
redux-form-material-ui copied to clipboard
A set of wrapper components to facilitate using Material UI with Redux Form
Looking at the built assets, it appears everything under the `es` directory is the same as `lib` directory. But `jsnext:main` should point to files which are written in es6 modules....
Hey, great library, **Problem** just noticed that the autocomplete has lost the name attribute on the since redux-form-material-ui v4.1.4. Have not had time to investigate why but if you look...
redux form Field component not rendering all the properties when i passed RadioButtonGroup component
Hi Team, I am facing issue while pulling values from the radio button with redux Filed component because the name attribute for the radio button is not adding . so...
Hi, if i try to group slected checkbox in the same property i got this : ```javascript const dataSource = [ { name: 'john', id: '1' }, { name: 'bob',...