-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
onSaved missing? #175
Comments
Hi @mathieurousseau,
|
I am using valueTransformer for what i need but that does not feel right as i don’t transform. More over, i need to retest but it seemed to be called twice on saving. |
Fixed in v3.7.0. Feel free to reopen in case of any more feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am usually using regular TextFormField.
I use onSaved to do some treatment only once when saved.
But on FormBuilder, I don't find the onSaved options which execute my code at all changes.
Any way to do like onSaved?
The text was updated successfully, but these errors were encountered: