I figured out that when tapping multiple radio options at once, all radio buttons become active. This is not an expected behaviour since radio buttons are meant to be selected separate. While debugging, I noticed that the ScaleTo and UpdateColors will not called if the IsChecked changes too fast. This PR will fix this.
Hi all,
I figured out that when tapping multiple radio options at once, all radio buttons become active. This is not an expected behaviour since radio buttons are meant to be selected separate. While debugging, I noticed that the ScaleTo and UpdateColors will not called if the IsChecked changes too fast. This PR will fix this.