Need a "selection behavior" for RadioButtons
#1169
Labels
control/extensions-helpers-markup
Related to attached properties, helper classes, or markup extensions without a finer tag
kind/enhancement
New feature or request.
triage/untriaged
Indicates an issue requires triaging or verification.
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?The text was updated successfully, but these errors were encountered: