enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
579 stars 98 forks source link

fix(RadioButton): fixed behaviour on fast tap #362

Closed mikebaumannch closed 6 months ago

mikebaumannch commented 6 months ago

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.

enisn commented 6 months ago

Thanks for your contribution 🙏