codekrolik

Results 2 comments of codekrolik

+ feature request - would it somehow be possible to fully synchronize selection and expanding, so the not selected items are collapsed and selected item/s are expanded

This is an example of how hard and hacky it gets without the feature (Dart): ``` //...userList was loaded from server via REST //clear listbox items PolymerDom listboxDom = Polymer.dom(userMultiChoice);...