This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.3.1
Fixes and Enhancements
- A bug was fixed for the
actions.remove()
thunk action creator where subsequent removals from arrays containing complex values (such as other objects or arrays) no longer had a$form
property in their field state. #553 - A regression was found in 1.3.0 where
<input type="password" />
fields in<Field>
were having their type attribute overwritten to"text"
... no bueno. This has been fixed and unit tests now ensure that this will not recur. 👍