-
-
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
Load form values from object or map ? #101
Comments
Loading It will, however, be available as from version 3.3.0 which is in the works and will be released soon. Thanks for your patience, and contributions. Keep 'em coming. |
The problem is I can't populate the form values after an api call .. even one by one .. how to do that ? The form dose not re-render.. I tried FutureBuilder .. Is there a solution? Thanks! |
I'm confident that |
|
It only works the first time with the initialValue .. |
I have another form and I call _fbKeyAddMember.currentState.reset(); should this not clear the form ? |
From the example .. reset dose not work for dates and others ..
|
I'm unable to reproduce the refresh error. Does the |
Kindly open different issues for different challenges you are facing as it will help the community assist easily. |
Ok, I will. Yes includes setState .. With the example you provided it still dose not work certain fields don't get cleared. |
Hi all, Kindly try it out. |
Hi, how can I load form data from an object after rest api call ?
I tried initalValue..
The text was updated successfully, but these errors were encountered: