react-redux-form
react-redux-form copied to clipboard
Create forms easily in React with Redux.
### The Problem When using react-redux-form inside of a large redux store, form performance is slow. ### Steps to Reproduce - Create a /large/ redux store ### Expected Behavior -...
### The Problem Hi everyone! I work in large project that uses react-redux-form. Often I want to use my custom thunk actions that use react-redux-form thunk actions (for example push...
Hi! Often I want to use my custom thunk actions that use react-redux-form thunk actions (for example push or merge) under the hood with LocalForm. But dispatch in Local Form...
Hi, I have a question regarding virtual keyaboard and submitting a form on Android. I have a form and I want it to submit when user hits Enter key after...
It is mentioned in docs that it works with all RN iOS form controls, but what about Android? Thank you!
Hi, I'm using react-boilerplate and I'm unable to make rrf to work in elegant way as I would like to. I found root cause (at least looking at how it...
### The Problem Hi everyone, We are working with 'react-redux-form', we have our own validations, might be 'fetch' for request info to an API or just simple regex. Our problem...
Hi, I'm new to redux-form. I need to use custom controls inside Field tag. I'm aware that it would be achieved by using component attribute. But when I do so,...
### The Problem I have a ParentComponent grouping together some controls, and I've looking to access the form state in terms to hide or show some other controls depending on...
### The Problem `rrf/change` action fires AFTER custom onChange handler. So the outdated data from the store is being passed to it. ### Steps to Reproduce For example, I have...