Open dr1rrb opened 5 months ago
On the model of https://github.com/unoplatform/uno.toolkit.ui/blob/main/src/Uno.Toolkit.UI/Behaviors/ItemsRepeaterExtensions.cs, we need a selection behavior to add support of ISelectionInfo for RadioButtons (which does not inherit from Selector).
ISelectionInfo
RadioButtons
Selector
To enable support of selection pattern of MVUX
Should we have the same model as for the CommandExtension and have a single behavior for multiple controls?
CommandExtension
of the collection controls which ones supports ISelectionInfo natively, and which ones doesnt?
What would you like to be added:
On the model of https://github.com/unoplatform/uno.toolkit.ui/blob/main/src/Uno.Toolkit.UI/Behaviors/ItemsRepeaterExtensions.cs, we need a selection behavior to add support of
ISelectionInfo
forRadioButtons
(which does not inherit fromSelector
).Why is this needed:
To enable support of selection pattern of MVUX
For which Platform:
Anything else we need to know?
Should we have the same model as for the
CommandExtension
and have a single behavior for multiple controls?