Skip to content

1.2.3

Latest
Compare
Choose a tag to compare
@mateenagy mateenagy released this 04 Nov 19:54
  • fix: onFocus error reset when undefined.
  • change: useForm initials changed to initialValues for consistency
const { Form, Field } = useForm({
  initialValues: {
    ...
  }
})