mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This fixes a bug with `ChangeEventPlugin` in IE8 and IE9. The extend of this bug includes: - On IE8, not firing `onChange` immediately after `value` of an input is changed. - On IE9, not firing `onChange` when backspacing.