Close
Redux FormGetting Startedv6 Migration GuideValue LifecycleFlowAPIreduxForm()propsFieldFieldsFieldArrayFormFormSectionformValues()formValueSelector()reducerreducer.plugin()SubmissionErrorAction CreatorsSelectorsFAQExamplesSimple FormSync ValidationField-Level ValidationSubmit ValidationAsync ValidationInitializing from StateSelecting Form ValuesField ArraysRemote SubmitNormalizingImmutable JSWizard FormMaterial UIReact WidgetsOlder Versions
  1. Redux Form
  2. FAQ

Frequently Asked Questions #

Below is a list of common problems or questions that people have using redux-form.

  1. My submit function isn't being called! Help?

  2. Will redux-form work with my custom input component?

  3. What's the difference between handleSubmit and onSubmit?

  4. How can I clear my form after my submission succeeds?

  5. How can I submit my form when the user presses Enter?

  6. Does redux-form work with React Native?

  7. Does redux-form work with ImmutableJS?

  8. Can I submit my form using websockets?

  9. How do I mapStateToProps or mapDispatchToProps?

  10. How to reduce redux-form's bundle size?

Created by Erik Rasmussen
Got questions? Ask for help:
Follow @erikrasFollow @ReduxForm