Skip to content
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

Allow confirmation of zero assets #455

Closed
adamcastleman opened this issue Jul 16, 2023 · 1 comment · Fixed by #461
Closed

Allow confirmation of zero assets #455

adamcastleman opened this issue Jul 16, 2023 · 1 comment · Fixed by #461
Labels
s: feature There's a feature request in this issue.

Comments

@adamcastleman
Copy link

Is your feature request related to a problem?
Currently, you are allowed to pass in assets to load the picker with pre-selected media. You can then select and deselect at will, except when you deselect all media. When the assets are 0, the confirm button is disabled.

Describe the solution you'd like
You should be able to select 0/x media, essentially deselecting all entries. Currently, there is no way to confirm a zero selection from the picker itself. The confirm button should work for any number of media selections, including zero.

Describe alternatives you've considered
There are essentially no other workarounds to this problem. You must remove the final asset outside of the picker.

@adamcastleman adamcastleman added the await investigate The issue is waiting for further investigation. label Jul 16, 2023
@github-actions github-actions bot added the await triage The issue is waiting for triage. label Jul 16, 2023
@AlexV525 AlexV525 added s: feature There's a feature request in this issue. and removed await triage The issue is waiting for triage. await investigate The issue is waiting for further investigation. labels Jul 16, 2023
@AlexV525
Copy link
Member

I think making 0 assets available if there are selected assets previously would be a proper solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: feature There's a feature request in this issue.
Projects
None yet
2 participants