Knockout-Contrib / Knockout-Validation

A validation library for Knockout JS
1.02k stars 381 forks source link

Disposing Knockout Validation Observables #641

Open MKuenzi opened 7 years ago

MKuenzi commented 7 years ago

I see there is a disposeValidation method, which works great for me to clean up memory. I guess there is just a hesitation for me to use it as it begins with an .

Is there a better way to dispose of these, or perhaps the method should be renamed?

Thanks, Mike

bladeradius commented 7 years ago

We are using it as well, KO validation consumes a lot of memory.