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

My end goal is to loop through the errors and work out whether the field generating the error is currently hidden in a tab that's not visible or an accordion...

Is there a way to show warnings? I have a need to show warnings based on the rules existing in Validation framework, all I want is to highlight elements, but...

idea

Is there any support for validating select2 dropdown fields? A simple required validation would be sufficient. Thanks, Denis

I saw that all examples attach an "errors" property to an istance of a viewModel but I have a generic class which extends ViewModel `Emi.G.Masters = kb.ViewModel.extend({...` I have a...

What browsers does this library support? I couldn't find this information anywhere.

Hey guys! I experienced some problems when making checkboxes required (for example terms and conditions). See here for reference: http://jsfiddle.net/v6d5y3or/ **Expected behaviour:** Form `.isValid()` should reflect the checkbox value: `checkbox.true...

bug

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...

First of all I would like to thank all the contributors and mainly the repository owners for this awesome project. I have been using it for the last 3 years...

Hi there The sample at http://jsfiddle.net/KHFn8/5424/ doesn´t work as expected when ko deferred updates are set globally. I´ve tried this: 1. Fill one of the mandatory fields 2. Click submit...

If you want to change the errorMessageClass for a knockout bound select that dynamically loads its options, the auto generated span uses the default "validationMessage" instead of the correct class....