mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
292dd238e7
'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.