jquery-validation-ui icon indicating copy to clipboard operation
jquery-validation-ui copied to clipboard

Display content from errors.rejectValue in the client

Open nelsongallardo opened this issue 11 years ago • 0 comments

In a remote validation, is there a way to display the error code sent in errors.rejectedValue in the client? If I have a custom constraint, and I don't return a boolean value but return errors.rejectValue('field','errorCode'), the plugin won't validate that field.

nelsongallardo avatar Dec 13 '13 10:12 nelsongallardo