enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
589 stars 100 forks source link

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

Closed mikebaumannch closed 11 months ago

mikebaumannch commented 11 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 11 months ago

Thanks for your contribution 🙏