bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 258 forks source link

"input" event should not fire when a key does not change field value #119

Open robertknight opened 8 years ago

robertknight commented 8 years ago

The "input" event spec states that the event is fired when the value of an input field changes.

This implies that the event should not be fired when a keypress does not actually change the value of the input and that is the case as far as I can tell in Chrome and Firefox.

In syn however the "input" event is fired when any key is pressed.