[ChipGroup] default selection enforced by ChipSelectionMode=Single, no longer work due to ItemsPanelRoot's new resolution timing #1287
Labels
control/chip-chipgroup
control/tabbar
kind/bug
Something isn't working
kind/regression
Something was working, now it isn't
Current behavior
^ title
Expected behavior
Default selection should be enforced with ChipSelectionMode=Single.
How to reproduce it (as minimally and precisely as possible)
ChipSelectionMode.Single
set of tests failsPackage Version(s): [email protected]
Affected platform(s): all
IDE: don't matter
Relevant plugins: n/a
Anything else we need to know?
Somewhat related to #1281, but that one can be worked around by accessing the containers via ItemsControl::Items instead, since we have xaml-defined items, while here we are dealing with
ItemsSource
'd items...The text was updated successfully, but these errors were encountered: