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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What you were expecting: When using a component, and its value change, I expect its prop onChange function called
onChange
What happened instead: The onChange function passed to a RadioButtonGroupInput isn't called
Steps to reproduce:
Notifications recipients
Related code:
<RadioButtonGroupInput source="notifications" choices={[ { id: '12', name: "Ray Hakt" }, { id: '31', name: "Ann Gullar" }, { id: '42', name: "Sean Phonee" } ]} onChange={values => console.warn('TRIGGERED', values)} // never caled />
Environment
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What you were expecting:
When using a component, and its value change, I expect its prop
onChange
function calledWhat happened instead:
The onChange function passed to a RadioButtonGroupInput isn't called
Steps to reproduce:
Notifications recipients
, there is no warning triggered by the onChange propRelated code:
Environment
The text was updated successfully, but these errors were encountered: