RadioMenuFlyoutItem does not de-select when IsChecked is explicitly set to True #19090
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification
Current behavior
Given the following XAML
I properly see this upon opening the Flyout:
But, if I were to select a different item with the same
GroupName
, it properly selects the newly clicked item but it does not deselect the item that originally hadIsChecked="True"
set in the XAMLUpon Clicking
Small
:On Uno Platforms:
On Windows:
Repro app: UnoApp125.zip
Expected behavior
Upon clicking
Small
, we should only see theSmall
item as being checked and theMedium
item should no longer be checkedThe text was updated successfully, but these errors were encountered: