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

I have some properties that contain 0 or 1 items that either start as null or can change their instance in the future. These properties are not included in the...

I want to be able to create my own extenders (e.g. 'date') that adds validation rules. Currently to do this I would be required to call `knockout.validation.addRule` which means duplicating...

question

Localization files should be distributed as a bundle. This affects the following areas: - [ ] Nuget package - [ ] [Documentation](https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Localization) for localization - [x] Build script

enhancement

Currently the library initializes itself - without the need to call `ko.validation.init`. Also, binding handles like `value`, `textInput` etc. are automatically wrapped to become validatable. This adds difficulties in working...

help wanted
enhancement

I posted this to StackOverflow as well. If there is an answer there, I will update this issue. This one has been causing me grief for a while. I have...

circle back

I would love if there was an option to opt-out of the 'hacking' of regular bindings with validation binding handlers. All it takes is put lines [46-51 of bindingHandlers.js](https://github.com/Knockout-Contrib/Knockout-Validation/blob/e58bf05e4a2492eb744936f448bda9a350c0c4c1/Src/bindingHandlers.js#L46) inside...

Can we please have an option for group that does not make all objects validatable when iterating over the object graph. The problem is that if you have auto insert...

When we have two fields 1. Sync valid 2. Async valid When you put validation in first. And call is deffered to another field, Validation is valid in any case.

question

Hello guys. I've built a small demo which shows the problem: http://jsfiddle.net/luisabreu/WMdLb/5/ It seems like using the html5 required attribute is not enough for getting a validation error when a...

bug

When `parseInputAttributes: true` and the observable is not validatable the `input` does not get a validation message inserted, nor the validation class `validationElement`. The problem is in the `validationCore` binding...

bug
help wanted