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

React Redux Form v1.0.7

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 05 Oct 00:54
· 756 commits to master since this release

Documentation

Bug Fixes

  • Deep fields are now properly reset to their initial values when the parent form is reset. #439
  • Validation now reflects the current model's value instead of the event value when validateOn is not the same as updateOn. #428