Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v0.10.3

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 18 Apr 12:37
· 1251 commits to master since this release

New (Exposed) Actions

  • setFieldsValidity(model, fieldsValidity) - previously internal, this action allows you to set the validity for multiple submodels of a model at the same time.
  • setFieldsErrors(model, fieldsErrors) - like setFieldsValidity, but for setting multiple errors of submodels of a model.
  • validateErrorsFields(model, fieldsErrorsValidators, [options]) - runs error validation on each of the error validators for each submodel of a model. See #142 for more details.