Skip to content

Reactive forms library should properly handle checkboxes #6

@cwohlman

Description

@cwohlman
, onChange: function () {
    return function (name, value, e, tmpl) {
        if (e.currentTarget.type == "checkbox") {
            value = e.currentTarget.checked;
        }
        this.set(name, value);
        this.validate(name, value);
    };
}

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