Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

mikebaumannch
Copy link
Contributor

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 enisn added this to the 4.4 milestone Dec 30, 2023
@enisn enisn self-requested a review December 30, 2023 06:02
@enisn enisn added the enhancement New feature or request label Dec 30, 2023
@enisn
Copy link
Owner

enisn commented Dec 30, 2023

Thanks for your contribution 🙏

@enisn enisn merged commit b8f7e11 into enisn:develop Jan 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants