This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.10.3
New (Exposed) Actions
setFieldsValidity(model, fieldsValidity)
- previously internal, this action allows you to set the validity for multiple submodels of amodel
at the same time.setFieldsErrors(model, fieldsErrors)
- likesetFieldsValidity
, but for setting multiple errors of submodels of amodel
.validateErrorsFields(model, fieldsErrorsValidators, [options])
- runs error validation on each of the error validators for each submodel of amodel
. See #142 for more details.