tur-nr/polymer-redux

reBind

kudorori opened this issue · 4 comments

I need a re bind function on connectedCallback (), otherwise my element after the remove, re append will lose the function of auto bind

I'm sorry I don't understand the described issue. Could you please maybe demonstrate what you are trying to achieve and/or what your work around is via code example perhaps?

try the link https://jsbin.com/qakahusilo/edit?html,output

I added two buttons inside, respectively, the implementation of the append & remove 2 methods.
I first append later, PolymerRedux normal work, but when i remove element, re append when he does not work

https://github.com/kudorori/polymer-redux/tree/polymer-2

I have the first fork down the project to modify
But it was only my personal temporary treatment at best

Sorry for the delay.