paper-input
paper-input copied to clipboard
paper-input-char-counter memory leaks
Description
Benchmark paper-input-char-counter (using poly-perf for example). This is not the case with other paper-input components
Expected outcome
Instantiation times should be more or less stable
Actual outcome
Each new instance takes longer to instantiate than the previous one

Browsers Affected
- [x] Chrome
- [ ] Firefox
- [ ] Safari 9
- [ ] Safari 8
- [ ] Safari 7
- [ ] Edge
- [ ] IE 11
- [ ] IE 10
From digging further into this, it looks like there is a memory leak that is happening somewhere in paper-input-behavior.html. I am working on trying to determine exactly where it is happening. Not sure if the Polymer team is aware of this.