Is there any functionality to select an item in a group? If not, a selectGroupItem(group, index) function would be nice.
If the selection list could be bound in both directions, it would be even better. Than, a simple selection.push(itemModel) would select the corresponding item in the list. This would also allow to synchronize the selection to other components.
Is there any functionality to select an item in a group? If not, a
selectGroupItem(group, index)
function would be nice.If the
selection
list could be bound in both directions, it would be even better. Than, a simpleselection.push(itemModel)
would select the corresponding item in the list. This would also allow to synchronize the selection to other components.What do you think?