Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@10xjs 10xjs released this 28 Apr 00:35
· 133 commits to master since this release
2d36557
  • Renamed props to input in the field render props for better clarity.
  • Added behavior to validate and warn before initial render.
  • Removed validateOnChange and validateOnBlur options. Instead run validation on every value change.
  • Separated submit validation errors from sync validation errors in Form render callback props.
  • Added compare callback prop to field to allow customizing value comparison logic.