jpillora / verifyjs

Verify.js - A powerful, customizable asynchronous validation library
http://verifyjs.jpillora.com/
161 stars 61 forks source link

verify.js: Missing rule: alphaNumeric #24

Closed sharadtank closed 9 years ago

sharadtank commented 9 years ago

Added data-validate="alphaNumeric" to a text input element. alphaNumeric validation is not executed. Issue is reproducible in,

Console Log: verify.js: plugin added. verify.js: Missing rule: alphaNumeric ---------------------- verify.notify.js:586

fernanrusan commented 9 years ago

I have same issue, but documentation isn't update. Try alphanumeric instead alphaNumeric, try this:

data-validate="alphanumeric"

sharadtank commented 9 years ago

Thank you @fernanrusan, your suggestion worked. The documentation needs to be updated for this.

sharadtank commented 9 years ago

Closing this issue as this is a documentation issue and not a bug.