Skip to content

Performance problem with required field on IE8 #51

@adam-lynch

Description

@adam-lynch

We've an immediate problem with required fields in Internet Explorer 8; typing in the field is too slow. We're using version 1.3.6.

An example input has data-validation-required-message="blah blah" and no required attribute.

My guess is that the validation is done on keypress/down/up when it actually shouldn't be for required fields. Required fields should only be checked on blur, right?

Is there anything I can do to enforce required fields only being checked on focus and blur?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions