obss
logo
github_iconnpm_iconVersion: 5.0.2
hideBeforeSubmitView on GitHub

hideBeforeSubmit parameter is used to hide validation errors before setFormIsSubmitted() function is called. Later, validation errors can also be hidden by calling resetForm() function.

Validation Result: validationresultvalid
[ { "path": "textVal1", "ruleSet": [ { "rule": "required" } ] }, { "path": "textVal2", "ruleSet": [ { "rule": "required" }, { "rule": "length", "greaterThanOrEqualTo": 7 } ] }, { "path": "val3", "ruleSet": [ { "rule": "required" }, { "rule": "listSize", "equalTo": 2 } ] }, { "path": "textVal4", "ruleSet": [ { "rule": "required" }, { "rule": "url" } ] } ]