This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.14.1
Fixes and Enhancements
- Validation actions such as
setValidity
,setFieldsErrors
andsetErrors
are optimized in<Field>
and<Form>
to only dispatch when the validity has actually changed, instead of dispatching on every single change. - The edge case where the numeric value
0
resulted in an empty<input />
text field has been resolved: #311 - TypeScript definition file updated: #310