This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.13.10
Enhancements and Fixes
- Controls (from
<Field>
) will now have their validity reset if they are unmounted. TheresetValidity
action is dispatched on unmount if and only if the validity has changed. - There is now full support for
<input type="file" />
! 🎉 - Also,
<input type="reset" />
inside a<Field model="...">
will dispatch areset
action to that model when clicked.
Programmatically Submitting Forms