react-redux-form
react-redux-form copied to clipboard
Create forms easily in React with Redux.
### The Problem I'm mapping touched and focus to determine if i should put a prop on my Input component. But this is results in warnings, telling me that the...
Validator callbacks can only return true or false and they don't receive dispatch, so should I write my own validation in this case (onBlur, on Submit handlers, dispatching setValidity actions...
### The Problem The validators don't seem to take the parser into account ### Steps to Reproduce Create a number input with a max of 99 and a parser that...
``` "native-base": "2.4.3", "react": "16.3.2", "react-native": "0.55.4", "react-redux-form": "1.16.8", ``` It does not work properly when `floatingLabel` property is specified for `Item` component. It works without problems when it is...
### The Problem I am not able to set up a custom control which converts a comma separated floats from string to array. ### Steps to Reproduce See codepen link...
### The Problem I have to change the form value after getting the data from server But it takes around 1 second to setError and clearIntent in order to show...
I have a RRF implementation where I have a table with a varied number of columns, but in the current example I'm testing with now, it has four columns, each...
Hi, I'm not able to get this working correctly, maybe You will be able to point me to the right direction. I have a list of groups and for each...
### The Problem hi, We have a table where each row in the table is also an editable form with two fields. We don't know how many rows there will...
### The Problem dynamic fields are not validated after validation rules are changed ### Steps to Reproduce try click on the checkbox and check validation https://codepen.io/asadsadsa/pen/brMjOw ### Expected Behavior after...