Replies: 1 comment 2 replies
-
Hi!
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want a feature like immediately uploading images to the server when the user picks images and shows the upload progress in the UI. After uploading is completed, it should replace the form value with the image URL got from the server. And disallow the user to submit the form until the upload process is completed.
I know there is
onChanged()
method but this is not working perfectly for me. Have any done this previously withformBuilder
?Beta Was this translation helpful? Give feedback.
All reactions