calling onChange on input causes sluggish typing...
michelob opened this issue · 1 comments
michelob commented
Hi...@mbrevoort @thijsw
This commit:
From this pull request:
Changed updating the model from watching just on('blur') to both on('blur') and on('input').
This has quite dramatically affected typing speed. (On on angular 1.2.24, Chrome 39.0.2171.42.)
I see the point of the change. But it does slow typing down a lot (i.e. there is a noticeable second or two pause after each key stroke).
(My usecase requires a a user to click a button after typing, so onBlur covers me.)
Feel free to close this issue if you'd like to keep onInput with the sluggishness.