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

How would i do this in Knockout validation? When specifying the maxLength of a input through the validation, it will properly validate, but I think it'd be a good idea...

enhancement

Hi, We have editable grid bind to ko view model like this <table data-bind="editablegrid: { datasource: entries }"> <input type="text" data-bind="value: accountNumber" /> item.accountNumber.extend({ validation: { // some business logic...