Skip to content

Restore not working for checkboxes #1

@rebusweb

Description

@rebusweb

Hello,
Checked checkboxes are not restored. They may be cleared, but not checked on restoring form.
Probably the issue is in line #31 https://github.com/SmartTeleMax/jquery.form.state/blob/master/jquery.form.state.js#L31
I think it should be:
if ($el.attr('type') === 'radio' || $el.attr('type') === 'checkbox') {

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