Questions tagged [multi-selection]
Use it for questions related to multiple selections
318 questions
0
votes
0
answers
26
views
Multi Select (ALL) on a Virtualized List
I have a data grid that has close to 500,000 records on it and users would like to select all records and deselect lets say 50 records from the existing records. This is achievable programatically (...
2
votes
1
answer
91
views
Selecting single or multiple nodes in a tree
I'm working on a web application in which users can create a tree hierarchy of nodes. It should be possible to select multiple nodes and list data (documents, images or properties) for those nodes. It ...
0
votes
1
answer
58
views
To choose or not to choose, a standard "multiselect" dropdown, or having a grid of choices you mark?
I have a screen for developers (developer tool) where they can optionally select "timezones" for converting a datetime. I am debating between a traditional dropdown-multiselect (like this ...
1
vote
1
answer
86
views
Multiple select fields
I am trying to allow users to select something that has two names (one numerical and one text):
Reference number
Name
Reference number is required when adding but the name is an optional additional ...
2
votes
1
answer
132
views
Optimizing API Calls for Multi-Select Filters in a Sidebar: Best UX Practices?
I have a filter sidebar with 5+ filters. Each filter allows to select multiple options. For now it is implemented using multi-select(not native one, you need to select items one by one).
The issue is ...
1
vote
3
answers
547
views
How to design a cascading selection process in filters
I'm designing a filter for a tickets table in a SaaS product. This filter has a cascading selection process. There are two categories: A and B. Category B is dependent on the selection made in ...
1
vote
2
answers
214
views
What's the best way to select from two options if both can be selected and at least one must be selected?
I have encountered a scenario where the user can filter a dataset of inventory based on two location designations (internal stock vs. external stock). The user can filter for internal stock, external ...
-1
votes
2
answers
514
views
Select multiple items in a list with a touchscreen, specifically for use cases like file explorers
With a list "select" widget with multiple selection allowed, how to enable the selection of multiple items with a touchscreen device?
Drag/drop or swipe cannot be used for selection, it is ...
1
vote
2
answers
422
views
What could I use instead of these pill drop down selectors
I am looking for a alternative way to display multiple options for a user selection.
The user selects a part and then must select a choice of options which populates a table.
I tried with 'pill' ...
1
vote
1
answer
132
views
Improving confusing product permission settings UI with explicit / implicit multi options
I have a product permission settings component that allows users to include/exclude companies' current and future products. Many users find the current UI confusing based on feedback.
Below is an low ...
12
votes
4
answers
4k
views
What is the best UI for allowing the repeated selection of the same item from a list?
In my project, I have two lists of items: on the left, all the possible items for selection, and on the right, those that have been chosen.
Unlike typical scenarios, in my case, the same item can be ...
3
votes
1
answer
211
views
Multi-level configuration editor
Background
I have limited experience in GUI design, but I have to produce a desktop application (Qt) meant for expert users (our own staff mostly). Its purpose is to read/write a large set of ...
2
votes
1
answer
190
views
Are multi-select inputs reserved for filters?
Context:
I'm working on a flow in which the user is requesting information from the some or all of their personnel (Displayed below as Info A, Info B, or Info C).
The user needs to be able to request ...
6
votes
4
answers
3k
views
List of languages
I am designing a screen with content that can be translated into 40+ languages.
the flow is: the user creates content, then selects the languages he would like the content to be translated to from a ...
1
vote
2
answers
839
views
Multiple select with filtering and select all
I have an issue regarding UX for a popup that allows selection of multiple items with filtering. This is the current one present in the application :
Users wanted to be able to select all elements (or ...