PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Add selectedPropertyValue to dynamically set property #148

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 7 years ago

Please see https://github.com/PolymerElements/app-route/issues/164 for the motivation of this PR. In general, it is not possible to dynamically change the value of selected-attribute and alike. Therefore this PR introduces a new property that does so. Since attribute values can not cope with objects (which was the original usecase) I decided to dircectly set it as property instead.

Fixes https://github.com/PolymerElements/app-route/issues/164

jsilvermist commented 7 years ago

Ping to @bicknellr.

jsilvermist commented 7 years ago

@TimvdLippe Now that the Polymer Summit is over, would it be possible to get this some attention sometime soon?

TimvdLippe commented 7 years ago

I would like to get @bicknellr's opinion first, before fixing the last bugs. Thanks for testing this PR out!

stramel commented 7 years ago

This sounds useful! :+1: Thanks @TimvdLippe!

TimvdLippe commented 6 years ago

This PR is very old and I am no longer pursuing this change. Therefore I am closing this PR.