Skip to content

v1.2.0

Compare
Choose a tag to compare
@ciscoheat ciscoheat released this 06 Jul 10:26
· 969 commits to main since this release
1f9eb0f

Added

  • The scrollToError option can now take the same parameters as scrollIntoView, which makes it work for nested scrollbars.
  • Added setError signature, to more conveniently set a form-level error: setError(form, 'Form-level error message')

Fixed

  • If the resetForm option was enabled, the form was reset even if fail was returned.