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

'strValue is not defined' error on string rules #78

@eduardmartinez

Description

@eduardmartinez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions