Skip to content

Problem with radio type #7

Description

I had a problem to get input radio post.
To resolve it, I modified toggleRadio function.

Replace $('input.' + className).attr('checked', false); by $('input.' + className).prop('checked', false);

And fakeElement.next('input.' + className).attr('checked', true); by fakeElement.next('input.' + className).prop('checked', 'checked');

Then it works fine, if it can help someone ;-)

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