Closed zackbloom closed 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.
Just tested it, it acutally works just fine.
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.