Skip to content

onClick and onChange doesn't fire on radio buttons on iOS #9956

@badtant

Description

@badtant

Do you want to request a feature or report a bug?
bug

What is the current behavior?
onClick and onChange doesn't fire on radio buttons on iOS
TypeError: undefined is not an object (evaluating 'descriptor.get.call')

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).

<input type="radio" name="vote" value="0" onChange={this._sendVote} />
<input type="radio" name="vote" value="1" onChange={this._sendVote} />

What is the expected behavior?
onClick and onChange should fire

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 15.6.0 on iOS. Was working on 15.5.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions