v0.10.0
- Add new
validateOnSubmit
prop. Thanks to @almassapargali for contributing this. - Fix for #93: 'Type is invalid when creating a Form'
validateOnSubmit
prop.
When true
, validation notices are hidden until the user attempts to submit the form. This prop can be passed to individual components, or set for all components in the form via the parentContext
mixin.