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 persisting selection mode after the last item is deselected #106

Open
JonatanPlesko opened this issue Dec 18, 2023 · 0 comments
Open

Comments

@JonatanPlesko
Copy link

In cases where the app exposes a button to enter the multi-selection mode, it might be undesirable for the selection mode to be automatically turned off after the last item is deselected. Consider the following scenario:
The app exposes a "Multi-select" button that enters the selection mode and, in selection mode, exposes a "Cancel" button that exits it.

  1. The user enters selection mode by pressing the multi-select button.
  2. The user selects an item but then quickly deselects it as they want to select a different one.

Desired behavior -> selection mode is still active, and the user can select another item.
Current behavior -> selection mode gets deactivated after the item is deselected, and the user needs to activate it again.

The automated exiting of the selection mode after the last item is deselected might be exposed as a flag so that it can also be turned off when the long-press gesture activates the selection mode. However, that case might be more contentious from the UX perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant