This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
Hi.
I recently updated the package to 1.4.12 version and I have a rule for a field in this way:
<input type='text' name='myField' validation='required|email|max:256' />
But this error appears:
ReferenceError: strValue is not defined
I noticed it appears when the 'max:256' rule is applied and makes the 'email' rule fail because when I remove that rule, all works fine.
Thanks in advance.