8000 1.18.0 fails in Internet Explorer 11 · Issue #2225 · jquery-validation/jquery-validation · GitHub
[go: up one dir, main page]

Skip to content
1.18.0 fails in Internet Explorer 11 #2225
Closed
@eobrien-fsp

Description

@eobrien-fsp

Subject of the issue

Validation fails in Internet Explorer 11

Your environment

jQuery Validate v1.18.0
Internet Explorer 11

Steps to reproduce

<form id="RegistrationForm">
<input type="text" id="FirstName" name="FirstName"/>
<input type="submit" value="Submit"/>
</form>

<script type="text/javascript">

    jQuery('#RegistrationForm').validate({
        ignore: ".ignore",
        rules: {
            FirstName: {
                required: true
            }
        }
    });

</script>

Expected behaviour

Not valid status should be removed from "required" fields after content is entered.

Actual behaviour

Fields stay in the not valid status even after content is entered. The form cannot be submitted.

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

      0