PolymerElements / iron-selector

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

iron-selector 1.0.8 doesn't work with more-routing #83

Closed BrknRobot closed 8 years ago

BrknRobot commented 8 years ago

After updating iron-selector to 1.0.8, it no longer works with more-routing.

See: https://github.com/PolymerLabs/more-routing/issues/77

sgoryachkin commented 8 years ago

I believe that it is more-routing problem, but iron-selector.items is not changed de facto during "iron-items-changed" event fired because the event is fired before this._updateItems() in Polymer.IronSelectableBehavior._observeItems

bicknellr commented 8 years ago

Thanks for filing this, I'm going to close it as a dup of #89, even though this came first, since the other has more description.