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 the "[onlyIf](https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Conditional-Validation-with-onlyIf-parameter)" parameter frozen on start in my KnockoutJS validation logic with collections. ``` .extend({required: {onlyIf: function () { // ... some Changes Tracking code ... ``` [**jsFiddle**...

As I see it, you currently can compute a validation message based on parameters, by using the template system. The problem I have is that you cannot do the same...

question

i.e. `3.308851966075e-8` http://regexr.com/3bpq9 Chokes on `e-N`.

If the value is not modified before setError is called then you must also call isModified afterwards. I didn't find this documented anywhere (it was pointed out on stack overflow...

I am using Kendo and their combobox is a combination of different divs and spans, so the built in mechanism to decorate the input element (change the border color) doesn't...

Is there a trim option before validate? Or what is the best practice to avoid errors with unnecessary blanks?

question

Hello All, Is there a way to display the error message on a pop-up right next to where the validation failed, rather than showing them separately elsewhere?

Hi, i think there's a bug related to the locale settings when you call the method showAllMessages(). I'm using es-ES locale in one of my apps with ko.validation, but when...

question

Useful if you want to supply more information about the error other then just text. My use case is a custom `validationMessage`-like binding with message appearance depending on it's kind.

I added missing Slovak (sk-SK) localization.

enhancement