Skip to content

v0.10.0

Compare
Choose a tag to compare
@twisty twisty released this 18 Jan 23:21
· 364 commits to master since this release
  • 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.