redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

A set of wrapper components to facilitate using Material UI with Redux Form

Results 74 redux-form-material-ui issues
Sort by recently updated
recently updated
newest added

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...

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',...