-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
onChange on parent #52
Comments
@alexcroox Will have a look at the problem.
Would that solve the problem? |
Ah makes sense, still no joy but can I confirm I'm configuring it correctly?
|
and then use If you're still having problems with the example, build a demo (on codesandbox.io i.e.) and we will solve it. |
So I replace any instance of |
I understand the issue now. No, what you could is compose your onFormChange with onChange. |
Yer I'm still not entirely sure I follow sorry! |
No problem. I think it would be best if I build an example. |
Check the example: https://codesandbox.io/s/8kxppp90p9 |
I'd like to perform an action based on the value of a field form my parent controller, before the user submits the form, it's not related to validation.
Simplified example:
this.onChange
is never fired.The text was updated successfully, but these errors were encountered: