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

React Redux Form v0.14.6

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 13 Sep 15:05
· 1031 commits to master since this release

Validation Fixes

  • The <Form> component now properly revalidates when its actual validators are changed. #377
  • Also, the <Form> will now immediately submit after initially being invalid from a previous submit attempt. #395