We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
the following button should not fire onclick, but it does so in IE11:
onclick
<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).
The text was updated successfully, but these errors were encountered:
I can reproduce this on IE11. Have you looked into why this might be happening?
Sorry, something went wrong.
There is already issue #1790 and PR #6215.
Oh, indeed. Then I’m closing this as a duplicate.
No branches or pull requests
the following button should not fire
onclick
, but it does so in IE11: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).
The text was updated successfully, but these errors were encountered: