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.

Pristine Validation #11

@bn1515

Description

@bn1515

Integer is the only (that i've noticed) validation that defaults to invalid on load while the rest are considered valid even when I have required. Whats the easiest way to make isFieldValid return false when its pristine.

edit: i commented out the if(typeof value !== undefined") statement in the validator function and added if (strValue == undefined) {isFieldValid = false;} in the bottom of the validate function. Don't know if I broke anything yet.

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