We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added missing "ko." to "validation.rules['creditCard'] = {"
Updated User Contributed Rules (markdown)
Added new custom validator: isUnique
Updated Home (markdown)
Corrected links after repository migration to Knockout-Contrib
Updated Configuration (textile)
Updated Validation Bindings (markdown)
added a link a new page I created that I thought would be useful for users
I thought this would be a useful note for users
added a link to a new page that I added (Override Error Messages)
this functionality isn't discussed very clearly in the rest of the documentation. After re-discovering it a couple times, i decided to add this page.
Updated Native Rules (markdown)
Updated Async Rules (markdown)
added two new rules for nullable number types
Added the requiresOneOf rule, which I wrote because I couldn't find other examples online :)
added htmlNotEmpty rule
Updated Getting Started (markdown)
Just discovered the glory that is 'onlyIf' which makes my custom rule pointless.
corrected case in success callback parameter
reverted my earlier edit after realizing I had older code than the current release
in v0.9, I see the "Digit" validation declared like this: `ko.validation.rules['digits']`, so I changed `digit: true` to `digits: true`
Including the use case of the elements of the array being observables.