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

React Redux Form v1.3.3

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 09 Dec 04:42
· 521 commits to master since this release

Fixes and Enhancements

  • Any custom keyPress events are now handled properly in <Control>. #559
  • TypeScript updates to allow props to pass through <Control> and <Field> onto their rendered components. Thanks @tiagoefmoraes! #552
  • Documentation updated to clarify that you can pass your own type to <Control> for <input> controls. Thanks @CoinGame! #558
<Control type="password" model="user.password" />
  • ⚠️ Many useful invariant error messages now appear when something has gone awry with your form state. This will better inform (and prevent) those random can not read '$form' of null/undefined cryptic errors.