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
If you next radios inside different groups with different parents given that angular2-mdl is using checkboxes all groups sub radios are linked. This can cause odd and unintended side-effects with models that rely on nesting such as arrays of objects.
i have created a pr (#209) that uses the formGroupName as additional information to decide which radio buttons have to be deselected. just if you want to have a look...
If you next radios inside different groups with different parents given that angular2-mdl is using checkboxes all groups sub radios are linked. This can cause odd and unintended side-effects with models that rely on nesting such as arrays of objects.
Steps to reproduce
This should result in a model of
however the boxes are being tied to each other. Not sure how to fix this one yet, however I'll think on it.
The text was updated successfully, but these errors were encountered: