the following button should not fire onclick, but it does so in IE11:
<input type="button" disabled onClick={handleClick} value="..."></input>
Chrome and Mozilla are ok; using the normal DOM without React is ok too.
See the plunker example that reproduces the issue (open it with IE).