Closed
Description
Subject of the issue
Error messages resets after remote validation when using the ".valid()" method
Your environment
- version of
jquery-validate
: v1.17.0 - which browser and its version: Chrome latest
Steps to reproduce
- Build a form with a remote validation and other simple validations
- Call the ".valid()" method on the form
Expected behaviour
It should show the error messages on the corresponding fields
Actual behaviour
It resets the error messages on all the fields
*If I call ".valid()" a second time, it shows the error messages correctly