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

Min/Maxlength optional #4

@malles

Description

@malles

It would be nice to let the vaidation of minLength and maxLength validators optional by passing in 0 for the arg. This way it can be set dynamically more easy.

<textarea name="text" v-model="text" v-validate:minLength="0" v-validate:maxLength="50"></textarea>
Would only validate maxlength.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions