You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when using IronMultiSelectableBehavior, the above line is never executed because IronMultiSelectableBehavior uses this.selectedValues instead, and thus this.selected is always null.
The text was updated successfully, but these errors were encountered:
IronMultiSelectableBehavior fails to update the selection (
this._updateSelected()
) when the DOM is mutated.IronSelectableBehavior calls
this._updateSelected()
on DOM mutation, here:https://github.com/PolymerElements/iron-selector/blob/master/iron-selectable.html#L295
However, when using IronMultiSelectableBehavior, the above line is never executed because IronMultiSelectableBehavior uses
this.selectedValues
instead, and thusthis.selected
is always null.The text was updated successfully, but these errors were encountered: