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

v0.9.10

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 04 Apr 22:05
· 1309 commits to master since this release

Action Creator Enhancements

  • The validateFields action creator now accepts a 4th argument, invalidCallback, that will be called when validation does not pass after validating all fields.

<Form> Enhancements

  • The submitFailed form property will be set to true if submit is called but validation fails.
  • Deep state paths are now supported for the model="..." property, thanks to @ataube!