This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.3.3
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 usefulinvariant
error messages now appear when something has gone awry with your form state. This will better inform (and prevent) those randomcan not read '$form' of null/undefined
cryptic errors.