PolymerElements / iron-selector

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

Enable manual force synchronous item updates. #100

Closed cdata closed 8 years ago

cdata commented 8 years ago

A previous version of iron-selector broke a user expectation of synchrony related to updates of the items property. This change introduces a fallback that allows a user to force a synchronous update to the items property.

In addition, this change makes the items property notify.

cdata commented 8 years ago

@rictic PTAL

rictic commented 8 years ago

LGTM!