form
form copied to clipboard
fix(core): run all types of async validation on fields during submit
fix #851
In validateSync function, validateObj.cause is used instead of cause. I think they should be same.