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

collectFormValues fails in IE9 #39

@kembuco

Description

@kembuco

The collectFormValues function fails in IE9 as the dataset attribute is not supported. The code fails with the following error:

SCRIPT5007: Unable to get value of the property 'ignored': object is null or undefined

The offending code:

if (input.dataset.ignored !== undefined) {
    continue;
}

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