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.
In iron-list selectedItem works ok for e.g. String, but for structured datatypes get to member data fails. Stackoverflow discussion http://stackoverflow.com/questions/33448961/polymer-1-0-iron-list-selection
The html and dart snippets are inserted below. When a selection is done following is obtained:
>Contains : false
>Uncaught Unhandled exception:
>NoSuchMethodError: method not found: 'shorttext'
>Receiver: Instance of 'JsObjectImpl'
With convertToDart(e.selectedItem); the object becomes valid. The Observe argument newValue is valid and no conversion needed.
In
iron-list selectedItem
works ok for e.g. String, but for structured datatypesget
to member data fails. Stackoverflow discussion http://stackoverflow.com/questions/33448961/polymer-1-0-iron-list-selectionThe html and dart snippets are inserted below. When a selection is done following is obtained:
With
convertToDart(e.selectedItem);
the object becomes valid. The Observe argument newValue is valid and no conversion needed.Html
Dart
From pubspec.yaml
The text was updated successfully, but these errors were encountered: