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
Describe the bug Currently, I manage a form in the same way as: https://github.com/felangel/bloc/tree/master/examples/flutter_form_validation
I have a feature where I need to be able to clear the field, but I don't see how to do this without using a TextEditingController.
I would only like to manage the state of my form in one place (in my Bloc) and avoid using TextEditingController and with listeners.
Do you have any ideas?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hi I am facing the same issue. Does any have any ideas for this issue? If time allows I would like to contribute to this project.
Thanks
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Currently, I manage a form in the same way as: https://github.com/felangel/bloc/tree/master/examples/flutter_form_validation
I have a feature where I need to be able to clear the field, but I don't see how to do this without using a TextEditingController.
I would only like to manage the state of my form in one place (in my Bloc) and avoid using TextEditingController and with listeners.
Do you have any ideas?
Thanks :)
The text was updated successfully, but these errors were encountered: