-
-
Notifications
You must be signed in to change notification settings - Fork 542
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
3.0.0-beta.2 : Feature request FormBuilder inputs onChanged #45
Comments
Yes, this is a planned feature before release of version 3. Thanks for contributing... |
Hi @benoitverstraete, Kindly help me test out this feature. Thanks in advance. |
It works, thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @danvick,
Do you plan to implement an "onChanged" event on each inputs (FormBuilderDateTimePicker, FormBuilderSegmentedControl, ..) ? I would like to do an action when the user change only one element in the form.
I would like to avoid to handle the general onChanged (Map<String, dynamic>) in the FormBuilder.
Thanks a lot for the new beta version, it seems less buggy :)
The text was updated successfully, but these errors were encountered: