Skip to content

Option to ignore particular fields #96

@nfplee

Description

@nfplee

I'm looking at using this library. One feature I believe is missing, is the ability to ignore particular fields. For example, using jquery.validate I would've been able to say:

$.validator.setDefaults({
    ignore: ':hidden:not(.validate-hidden)'
});

This allows me to conditionally specify which hidden fields I may validate. This can be expanded for additional cases too (such as the option of not validating disabled fields).

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