v6
reduxForm()
props
Field
reducer
reducer.syncValidation()
SubmissionError
Below is a list of common problems or questions that people have using redux-form.
redux-form
My submit function isn't being called! Help?
Will redux-form work with a my custom input component?
What's the difference between handleSubmit and onSubmit?
handleSubmit
onSubmit
How can I clear my form after my submission succeeds?
How can I submit my form when the users presses Enter?
Does redux-form work with React Native?
Does redux-form work ImmutableJS?
Can I submit my form using websockets?