You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a state where multiple images can be picked but not multiple videos. This also means, in the multiple selection mode, if any video item is selected the multiple selection needs to be switched to single mode selection.
I'm already using config.library.maxNumberOfItems = 5 to be able to pick multiple media items. But I can't find a way to accomplish the scenario described above.
The text was updated successfully, but these errors were encountered:
@M-I-N extremely busy as well at the moment, this looks like a valid use case though. If you can try and take a crack at it yourself, that'd be amazing.
I'm in a state where multiple images can be picked but not multiple videos. This also means, in the multiple selection mode, if any video item is selected the multiple selection needs to be switched to single mode selection.
I'm already using
config.library.maxNumberOfItems = 5
to be able to pick multiple media items. But I can't find a way to accomplish the scenario described above.The text was updated successfully, but these errors were encountered: