If the validations are complex and have many 'query' calls, the validations are slow on the client. Doesn't make sense on a performance basis. If the user needs validations to be run on the client, he can run them manually with validate().
If the validations are complex and have many 'query' calls, the validations are slow on the client. Doesn't make sense on a performance basis.
If the user needs validations to be run on the client, he can run them manually with validate().