-
-
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
How to set value of another field? #140
Comments
Any idea how to work on TextFields ? |
Hi @wyxcoder I'm planning to have this feature fully functional in the next major version (4.0.0) which will be an overhaul of the package. |
For TextFields you could use a controller to update the field's value. |
My use case is with FutureBuilder, and with FutureBuilder if I use setstate(), it just reloads, is there any other way i can set the value in TextField ? |
For a TextField, the best option is to use a TextEditingController to set its value programmatically. |
Seems didChange works for dropdown, but not TextField, looks like the code doesn't handle to set text on the controller
The text was updated successfully, but these errors were encountered: