v1.2.0
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 iffail
was returned.