react-ie7
v0.2.1
Published
React with code tweaks to get it working in IE7
Downloads
8
Readme
React IE7
React working in IE7+
###Requires
###Fixes
- Changed rendering
<noscript>
tags on null render to<span>
Fixes taken from mtsyganov/react:
- Algorithm to distinguish user event value changes and JS value changes on INPUT and TEXTAREA in ChangeEventPlugin was reimplemented by using data-ie8_value attribute on DOMNode
- String[0] replaced by String.charAt(0) in setInnerHTML
- Added querySelectorAll polyfill
- Checking renderNode.hasAttribute extended by IE7 compatible attribute check