This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.2.3
Fixes and Enhancements
- Prop types now correct for
<Form>
in that it can accept a function-as-children. #522 - New option for
formReducer()
:{ lazy: true }
allows lazy form/field initialization. #422 (read the form docs for more info) - TypeScript typings updated thanks to @tiagoefmoraes: #530
- You can now
import ... from 'react-redux-form/immutable'
directly: #511 - Validators in
<Control>
for subfields will now revalidate when the parent form is reset: #519 - Model value is updated to last loaded value after reset: #533
- Sub fields are now properly validated for nested structures: #528