Knockout-Validation icon indicating copy to clipboard operation
Knockout-Validation copied to clipboard

A validation library for Knockout JS

Results 102 Knockout-Validation issues
Sort by recently updated
recently updated
newest added

Fixed "è" char on required message using unicode \u00E8

The `traverseGraph` does not check if its a type whether it can set a property or not, and under "use strict" it fails when comes on a `string` or `number`...

Since `knockout` `3.5` is now publishing Typescript types in its own repository, I suggest to do the same here in `knockout.validation`. This types are using the `knockout` embedded types as...

This is for issue #431 clearAllErrors: Use in cases where you want to reset all of your observable's validation errors to zero. Which is useful when you don't want errors...

I have a viewmodel with a parent/child, and the child has a property with a required rule. the required rule has an onlyIf which needs to look at a parent...

I have found a security issues I would like to responsibly disclose. Please let me know your preferred process to resolve this.

The GitHub Security Lab reported a potential security vulnerability (GHSL-2020-355) in your project (Knockout-Contrib/Knockout-Validation). We are approaching 90 days since our initial report and as per our [coordinated disclosure policy](https://securitylab.github.com/advisories#policy),...

It is usefull when you need to validate several fields in the same node

Sorry, I misunderstood the code. The inverted flag seems correct. The question is actually how can I eventually get rid of the observableArray subscriptions made by a ko.validation.group using live:...

I was having issues with very, very small step increments. Updated so that the code now will handle small steps by multiplying by that step amount to convert to a...