Skip to content

Disabled input button should not fire onClick in IE11 #6304

@nippur72

Description

@nippur72

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions