We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Native Uniqie rule. Documentation from source code.
added phoneUS option
Don't you mind if I rename all headers to the real rule names? I constantly copy headers and past in my code. Of course I have had errors and waste my time.
Show how to define a custom message for a rule
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)