Can't trigger TextField onChange() when TextField is inside RadioGroup #11751
Labels
bug 🐛
Something doesn't work
component: text field
This is the name of the generic UI component, not the React module!
Expected Behavior
Sometimes you need to have a TextField inside RadioGroup (e.g. when a value is needed in addition to a Radio option). If user types in this TextField, the onChange event should be triggered.
Current Behavior
Currently onChange is not triggered for any TextField inside the RadioGroup tags (suspect this may be the case for other tags as well).
Steps to Reproduce (for bugs)
https://codesandbox.io/s/q7n3m7v1k9
Open CodeSandBox console....
The text was updated successfully, but these errors were encountered: