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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks @vasilakisfil. This was very helpful in a project I'm working on.
I experienced an issue where the checked attribute was not correctly being bound to the checked function.
This resulted to the last radio button always being the one visually selected.
The changes here seem to fix it.
Thanks @vasilakisfil. This was very helpful in a project I'm working on.
I experienced an issue where the checked attribute was not correctly being bound to the checked function.
This resulted to the last radio button always being the one visually selected.
The changes here seem to fix it.
What do you think of the approach?