v1.2.0
Added
- The
scrollToErroroption can now take the same parameters as scrollIntoView, which makes it work for nested scrollbars. - Added
setErrorsignature, to more conveniently set a form-level error:setError(form, 'Form-level error message')
Fixed
- If the
resetFormoption was enabled, the form was reset even iffailwas returned.