Becky Siegel
Becky Siegel
Did you try wrapping the computed property in [[]]? See https://www.polymer-project.org/1.0/docs/devguide/data-binding#annotated-computed
you posted ``` ``` have you tried ``` ```
Oh ok, sorry I didn't read carefully enough, I thought you were having trouble triggering the computation.
@notwaldorf Played around with this a little bit, and narrowed down the issue. When I comment out the following line, command-z works as expected https://github.com/PolymerElements/iron-autogrow-textarea/blob/master/iron-autogrow-textarea.html#L343 Still not sure why this...
This doesn't appear to be a polymer bug, but somehow there's a difference when the event handler manipulates any innerHTML attribute: See non-polymer repro http://jsbin.com/wogided/1/edit?html,css,output Maybe a chrome bug? I...
Filed https://bugs.chromium.org/p/chromium/issues/detail?id=746483