octaValidate V1.1.3
CHANGELOGS
-
An issue with installing octavalidate through NPM was resolved See issue 7. Please check out how to install this library with NPM on the documentation
-
You don't need the
CHECK
rule to validate checkboxes or radio elements again. You just have to use theR
rule to validate any input element to mark it as required -
File Validation was added, along with attributes like
size
,minsize
,maxsize
,accept
,totalsize
,totalminsize
,totalmaxsize
. -
First official documentation was created for octaValidate. Please check out the documentation here