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
I'm trying to bind a computed property to different attributes on different elements. But it works only for "id" attributes. Is it the way it should be? I couldn't find anything about it in the documentation. Or I'm doing something wrong? Here is a reduced case: http://miriti.github.io/polymer-case/
If you'll "Inspect" those elements you will that only "id" attributes are set as expected. Also other attributes that was bound disappeared!
I'm trying to bind a computed property to different attributes on different elements. But it works only for "id" attributes. Is it the way it should be? I couldn't find anything about it in the documentation. Or I'm doing something wrong? Here is a reduced case:
http://miriti.github.io/polymer-case/
If you'll "Inspect" those elements you will that only "id" attributes are set as expected. Also other attributes that was bound disappeared!
Code:
http://miriti.github.io/polymer-case/
The text was updated successfully, but these errors were encountered: