-
Notifications
You must be signed in to change notification settings - Fork 74
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
[ReactiveImagePicker] selectedValueBuilder
can't take input of new files
#157
Comments
waiting for this |
Hey @UsamaKarim @alejandrogiubel @qwezey What you are trying to implement? The I'm not sure that I understand your issue Screen.Recording.2024-10-07.at.14.40.35.mov |
@vasilich6107 the issue here is lacking the ability to select more images (without replacing them) despite images already being selected |
Oh, onChange can add multiple files, I was supposed to just change that single file I tapped on. I think it seems confusing. My suggestions.
|
@qwezey @UsamaKarim
|
@UsamaKarim |
Hey @UsamaKarim could you clone the repo and run |
Sure, I'll let you know soon. |
It's working great. |
check reactive_image_picker 7.0.0 |
Hi @UsamaKarim! Please check our reactive_forms_generator package We would appreciate sponsorship subscription or one time donation |
selectedValueBuilder
can handle both deletion and changing, but it lacks adding new files.Fortunately, the fix is easy, internally the files are added through
_handleChange(context, null)
method. It means if theOnChange
signature take null input, the files can be added easilyThe text was updated successfully, but these errors were encountered: