This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.12.5
Enhancements
- Now,
.retouched
is set totrue
once anychange
happens, as opposed toblur
, which makes sense, since the field is already "touched" after a submit is attempted.
Internals
- The pre-existing behavior of
cloneElement
is brought back to<Control>
when existing components are passed intocontrol={...}
, to maintainref
and improve performance.