PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

`selected` does not update when `attr-for-selected` changes. #94

Closed bicknellr closed 8 years ago

bicknellr commented 8 years ago

When attr-for-selected changes, selected should update it's value to the value of the new attribute referenced by attr-for-selected of the currently selected item. Here's a demo. Select an item and then click the 'attr-for-selected = data-y' button - selected doesn't change.