googlearchive / core-list

Polymer virtualized list element
25 stars 20 forks source link

Select item in group #69

Open simonseyer opened 9 years ago

simonseyer commented 9 years ago

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.

What do you think?