dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/core/ReactEvent.js ModifiedM src/event/EventConstants.js ModifiedM src/eventPlugins/SimpleEventPlugin.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…