This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.0.11
Fixes and Enhancements
- Dispatching
actions.reset(...)
now resets the value to the last initial value created byactions.load
(or the original initial value if this does not apply). #426 - The
validateOn={[...]}
prop now detects multiple events. #454 - The
.valid
prop is now reset correctly for child fields when validity for a parent model is reset. #463 - When a field is changed/made dirty, the pristine value is now correctly set. #464
- Disallowed/unknown props are stripped from rendered components in
<Control>
to prevent React warnings. #465 #468