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
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
Just discovered the glory that is 'onlyIf' which makes my custom rule pointless.
Including the use case of the elements of the array being observables.
Installed Knockout-Validation this morning and unsure whether I'm using it correctly, but this felt useful!
Added a new rule. Maybe it's useful to standardize the documentation structure.
Created User Contributed Rules (markdown)