Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

iron-selector.items is not changed during "iron-items-changed" event fired #89

Closed
sgoryachkin opened this issue Nov 27, 2015 · 1 comment

Comments

@sgoryachkin
Copy link

iron-selector.items is not changed during "iron-items-changed" event fired because the event is fired before this._updateItems() in Polymer.IronSelectableBehavior._observeItems.
I think need to swap this._updateItems() and this.fire('iron-items-changed', ...) in _observeItems

pull request:
#90

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants