-
Notifications
You must be signed in to change notification settings - Fork 369
Description
I have noticed a few other issues related to this such as:
However I cannot find any documentation around if this sort of thing made it into the main branch and if so how to best use it.
My scenario is in nodejs on a webservice I get sent json which I convert into a model with validation rules applied then via the group method I get all the errors, then throw them back as errors if something failed validation. However all I get is the errors, and I can manually go change the code, however every time a release happens and it pulls the latest version of knockout.validation from npm I will lose it :(
So is there any way to get the errors and the observable name or property it is linked to?
(If this functionality is already existing it could just be that the npm package for knockout validation just needs updating)