-
Notifications
You must be signed in to change notification settings - Fork 63
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
setSaste not working #11
Comments
Hello @islamailani have you found a solution ? |
Got this problem too, did anyone found a solution? |
Ok I fixed it using a StatefulBuilder with a valueKey (2 actually, the form was into an AlertDialog that needed its own StatefullBuilder, but without a key)
Just pass form to formMap or form attribute and update form variable (key) into setStateJS((){form = { .... }}) In my usecase, I needed to update the whole form after user changed a form's Select value (it selects the kind of form...) |
Hello,
Im tring to change a state to set e form from database something goes wrong, the form dont set.
The text was updated successfully, but these errors were encountered: