RadLikeWhoa / Countable

Add live paragraph-, word- and character-counting to an HTML element.
https://sacha.me/Countable
MIT License
1.64k stars 134 forks source link

Probably mean to use keyup #7

Closed zackbloom closed 11 years ago

zackbloom commented 11 years ago

The keydown event fires before the char gets appended, meaning all of your counts will be -1 on browsers which don't let you listen on input.

RadLikeWhoa commented 11 years ago

Just tested it, it acutally works just fine.