react: onClick and onChange doesn't fire on radio buttons on iOS
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
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 2
- Comments: 16 (5 by maintainers)
Commits related to this issue
- Backport Safari fix for input changes fixes #9956 — committed to jquense/react by jquense 7 years ago
- Merge branch '15.6-dev' into 15-dev In order to add https://github.com/facebook/react/pull/6648/files fixes https://github.com/facebook/react/issues/9956 — committed to facebook/react by flarnie 7 years ago
- Merge branch '15-dev' into 15-stable To pull in https://github.com/facebook/react/pull/6648/files fixes https://github.com/facebook/react/issues/9956 — committed to facebook/react by flarnie 7 years ago
- Backport Safari fix for input changes (#9960) fixes #9956 — committed to facebook/react by jquense 7 years ago
Should be it, at least in terms of changes i’ve made. I didn’t hear about any other issues so I don’t think there was anything else added…
o my there should have been a fix in with this…perhaps it only got into master? let me find it