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
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
Looks like this is happening because of an Array.isArray check on selected (on the js side).
The hack around this is to create a JsArray instead of an ObservableList and set that in the binding instead. It won't be observable on the dart side of things, but you might not need it to be.
The binding to selected property modifies the passed List adding the original List as element.
More details here: http://stackoverflow.com/questions/26926815/dart-polymer-core-selector-multiple-selection-binding-to-selected-not-working
The text was updated successfully, but these errors were encountered: