dillon1000/react
Commit
Browse files Fix ChangeEventPlugin for IE8 and IE9
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.
Changed paths1 file
First-parent comparisonsrc/eventPlugins/ChangeEventPlugin.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…