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

React Redux Form v0.12.5

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 19 May 21:21
· 1177 commits to master since this release

Enhancements

  • Now, .retouched is set to true once any change happens, as opposed to blur, 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 into control={...}, to maintain ref and improve performance.