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

I'm trying to get a radio group working. I started with the radio example in the documentation, but as indicated in https://github.com/erikras/redux-form-material-ui/issues/257, the labels don't appear. I got labels to...

Followed exactly the tutorial you provided and I am getting this `Uncaught TypeError: Cannot read property '__reactInternalInstance$b8j8e0whlm' of null` error when inserting a TextField into one of my redux-form Field...

Hi, Since the import statements for these modules are the same for both v4 and v5 I cannot use them side by-side in the same project (using NPM). - It...

I have a use case where I want to select the chkbox on the basis of data which I'm reading from an API. So, If that particular checkbox was selected...

Hi, I just use this lib with `redux-form` and get these errors when compiling with typescript: ``` (13,33): Types of property 'component' are incompatible. Type 'typeof Checkbox' is not assignable...

Hi, I am receiving missing module errors upon running my project while using this wrapper. My project is based on React and no webpack/compiler has been used. -Module not found,...

I was scratching my head for about 30minutes as to why I could not get a label working correctly with checkbox. I was directly copying the example in the read...

I'm trying to figure out how to implement multiple Select component functionality with material-ui chips. Actually i would like to see an example, because i didn't find one anywhere. Here...

Is there a way we can use the **TextField** to serve as a currency input? I was trying to wrap the _NumberFormat_ like this ``` ``` but is not working...

Hi Most of the wrappers not working with Material-UI v1.*.* any plan to release for this.