iron-autogrow-textarea icon indicating copy to clipboard operation
iron-autogrow-textarea copied to clipboard

feat(iron-autogrow-textarea.html): add debounce function

Open felixzapata opened this issue 6 years ago • 1 comments

This fixes #116, adding a debounce function to avoid the delay to the user.

felixzapata avatar Mar 21 '18 15:03 felixzapata

I don't think this is good, since it basically delays everything by half a second. In particular, this also breaks all the tests, which means it breaks the tests of anybody who's ever written a test for using this element in their app.

notwaldorf avatar Mar 28 '18 17:03 notwaldorf