dillon1000/react

Commit

Add new onInput event

'input' is supported in IE9+ and all other browsers according to
https://developer.mozilla.org/en-US/docs/Web/API/window.oninput

Test Plan:
Modified ballmer-peak example to use onInput instead of onKeyUp and
tested that it works properly on latest Chrome.
Browse files
Changed paths3 files
First-parent comparison
M src/core/ReactEvent.js ModifiedM src/event/EventConstants.js ModifiedM src/eventPlugins/SimpleEventPlugin.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…