[jQuery] [validate] All error messages are shown when using remote validation

[jQuery] [validate] All error messages are shown when using remote validation


I got a form with a few inputs.
I'm using remote validation for 2 of them.
For some reasons when I as an example enter something in a form that
uses remote validation it gets validated after I click into the next
input it just doesn't wait for the form to get submitted. Any other
inputs which are not using remote validation are only validated upon
form submission.
Also when an input which is remotely validated triggers an error the
display:none isn't added to the other errors so i'm getting all errors
and not just the one for the field getting validated. All the other
inputs are adding display:none to the error messages not being
triggered by that specific input.
Any idea what could be causing this?