-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
Though defaultMultipleSelection is true still multiple selection is not enabled #524
Comments
saurabhbajajcode
pushed a commit
to saurabhbajajcode/YPImagePicker
that referenced
this issue
Jul 12, 2020
- if defaultMultipleSelection is true then enable multiple selection irrespective of number of selected items - Github Issue: Yummypets#524 Reported-by: Saurabh Bajaj <[email protected]> Signed-off-by: Saurabh Bajaj <[email protected]>
I do not have access to link PR #525 with this issue. |
Hi @saurabhbajajcode, |
@s4cha shall we close this, once it's already merged? |
Yep, this should be fixed as of 4.3.0 and coming 4.3.1 :) |
LucasDang
pushed a commit
to pukapp/secret-ios-YPImagePicker
that referenced
this issue
Feb 10, 2022
- if defaultMultipleSelection is true then enable multiple selection irrespective of number of selected items - Github Issue: Yummypets#524 Reported-by: Saurabh Bajaj <[email protected]> Signed-off-by: Saurabh Bajaj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When we set
YPImagePickerConfiguration().library.defaultMultipleSelection = true
still multiple selection is not enabled by default.To Reproduce
Steps to reproduce the behavior:
Refer attached gif.
Expected behavior
When defaultMultipleSelection is set as true then multiple selection should get enabled irrespective of number of items previously selected.
Screenshots
This screenshot and gif is after setting defaultMultipleSelection as true.
Environment (please complete the following information):
Installation Type
Additional context
I am using release 4.2.0
The text was updated successfully, but these errors were encountered: