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.
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.