-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Set a GroupName when creating new WinUI RadioButtons #13611
Conversation
This fixes issue #11418
Will the random GroupNames cause problems later on with the implied grouping by container? |
It doesn't seem to cause any problems from what I can tell. |
@jstedfast do you think you can add a device test? |
What would be the appropriate DeviceTests project to add tests for this to? Core.DeviceTests? Controls.DeviceTests? |
I would say Core.DeviceTests |
ec56a0b
to
6dd1f65
Compare
…le of the seconf group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome start Jeff thanks
Description of Change
This change sets a unique GroupName on every WinUI RadioButton created so that different groups of MAUI RadioButtons are not assumed by WinUI to share the same group and thus prevent IsChecked values from being set properly.
Issues Fixed
Fixes #11418