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
Hi,
I have multiple pages collection, where each row has its own checkbox.
I have a one restriction - only single row from the collection can have an active checkbox. So when a user clicks on a checkbox, I have to iterate on all other elements and uncheck them.
So many questions and all of them can be answered if you just provide a working example of your problem with plnkr or another site for this kind of stuff.....
Hi,
I have multiple pages collection, where each row has its own checkbox.
I have a one restriction - only single row from the collection can have an active checkbox. So when a user clicks on a checkbox, I have to iterate on all other elements and uncheck them.
The problem: when I am on Page #1, and I am iterating over 'ListCopy' collection, and then I go to Page #2, I cant see the checkbox being unchecked.
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: