react-redux-form
react-redux-form copied to clipboard
Create forms easily in React with Redux.
### The Problem When connecting a component to a particular rrf form in the store, any `` that is rendering a custom component through the component prop becomes uenditable. ###...
### The Problem It would be easier to know how to test for form with jest if there were examples. I spent some time last week trying to set everything...
### The Problem Do you have an example to test a form flow with jest + enzyme ?
Hi, I'm struggling with implementing a form reset button for a form that has asynchronously loaded initial values. Any pointers would be much appreciated. I'm using a custom reducer with...
When creating a checkboxes with multiple select /SOME_NAME[]/ onChange fires rrf/clearIntents for every checkbox in the group. In my case one group is like 500 checkboxes /filtered/ and it's quite...
I loved react redux form but having one issue that I've a form which contains two radio buttons. When I check any radio button, the corresponding fields in that div...
### The Problem Running Jest tests with my project requires transpiling react-redux-form. In doing so with Babel 7.2.2 with @babel/plugin-proposal-object-rest-spread 7.3.1, an error is thrown: > SyntaxError: /Users/....../frontend/node_modules/react-redux-form/src/reducers/forms-reducer.js: > A...
### The Problem I've updated to react-redux 6.0.0 (https://github.com/reduxjs/react-redux/releases) and react-redux-form library stoped working. ### Steps to Reproduce Update to react-redux >= 6.0.0 and compile your code. A Form with...
### The Problem The purpose of the `retouched` field seems to be for indicating if the submitted information is different to the current information in the form. It is set...
Hi, I can't get to work at the same time _valid_ and _pending_ to disable a button. I need to disable button when form is not valid or is pending....