You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue #23 was resolved, but it caused another issue within. or partly fixed. When something is "checked" on the page load. and you have multiple forms (described in #23), if you move a radio button to another option, the other forms will remove their "checked" states
I'd like to confirm with further testing that I'm seeing #23 present again and doesn't appear to be fully resolved. I tested again, and notice it has worked a few times, but reloading and replicating it over and over, I still see the data being lost to the form.
Clicking works on a checkboxes, but not on labels with the same for attribute.
Since id attribute should be unique and is used to bind labels to inputs, iCheck works in an expected way.
It just toggles inputs using a given id (for="id").
The issue #23 was resolved, but it caused another issue within. or partly fixed. When something is "checked" on the page load. and you have multiple forms (described in #23), if you move a radio button to another option, the other forms will remove their "checked" states
Example: if I change the radio option on form1 and go look at form2, the "checked" state is lost.
(thank you for fixes the previous issue so quickly)
The text was updated successfully, but these errors were encountered: