Closed jithinoj closed 8 years ago
Thanks for submitting this / commenting on this. At this time we are closing this because we have completely re-written and are deprecating the previous feature set. If you feel this should be re-opened please feel free to review this blog post and submit either again on this repository, or on the new validatejs bridge repository
Thanks again!
I have a scenario, Where I need to reconfigure the validation rules. I have used the
this.validator.destroy();
method for removing the existing validation rules, which is not removing rules from thevalidator
object. Also tried callingdestroy()
on each validation properties and settingthis.validator
tonull
.Is there any method available for removing the validation rules on a property?