This repository was archived by the owner on Aug 23, 2022. It is now read-only.
v0.9.10
Action Creator Enhancements
- The
validateFields
action creator now accepts a 4th argument,invalidCallback
, that will be called when validation does not pass after validating all fields.
<Form>
Enhancements
- The
submitFailed
form property will be set totrue
if submit is called but validation fails. - Deep state paths are now supported for the
model="..."
property, thanks to @ataube!