We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Native Rules (markdown)
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`
Created Native Rules (markdown)