Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [multi-selection]

Use it for questions related to multiple selections

Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

Product return process view

I'm making a system for a company that rents products. The products are booked by the customers by putting them in their cart like in a webshop. On checkout, the booking period and other data must be ...
user2190492's user avatar
0 votes
0 answers
31 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 (...
Engineer_UX's user avatar
2 votes
1 answer
96 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 ...
Magnus Granberg's user avatar
0 votes
1 answer
60 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 ...
Lance Pollard's user avatar
1 vote
1 answer
87 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 ...
George Hadfield's user avatar
2 votes
1 answer
138 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 ...
Taras Savchenko's user avatar
1 vote
3 answers
565 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 ...
Manav's user avatar
  • 21
1 vote
2 answers
216 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 ...
Thomas's user avatar
  • 25
-1 votes
2 answers
527 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 ...
Basj's user avatar
  • 260
1 vote
2 answers
426 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' ...
Ryan's user avatar
  • 11
1 vote
1 answer
134 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 ...
Daniele Longo's user avatar
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 ...
Alice's user avatar
  • 153
3 votes
1 answer
214 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 ...
Nicolò Tosi's user avatar
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 ...
Michael's user avatar
  • 23
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 ...
user110630's user avatar
1 vote
2 answers
865 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 ...
Lakouz's user avatar
  • 11
0 votes
1 answer
143 views

Allow multi-select for open invoices

I have a table that lists out invoices and their details. In this table, the user is able to select multiple invoices and pay selected ones all together. In its current state, we only list out "...
M Bo's user avatar
  • 1,494
1 vote
1 answer
1k views

Show selection at the top of a table

I am designing a table that contains a series of items, each item has a series of associated details (name, number, group, etc) that are displayed in several columns; each column has a filter in the ...
Lucio's user avatar
  • 69
1 vote
0 answers
188 views

Show checkbox onhovering over a row of a table

My team is working on a Saas product. we have a table design where we displays actions onhover (we use this approach throught the product) we are adding a new feature where the user can select ...
Manoj Kumar's user avatar
0 votes
2 answers
542 views

How to allow incrementing of multi-select options?

As part of a form field, I want to allow the user to specify 0 or more options. The user should be able to select multiple of the same option if desired. This can be visualised in a typical multi-...
Tom G's user avatar
  • 23
0 votes
1 answer
214 views

What's the best way to filter shoe sizes across multiple standards?

Say you have a shoe store and you sell shoes across many different brands. Each brand has its own country of origin, and thus its own sizing standard. We have shoe brands with US sizing, other brands ...
Rob W's user avatar
  • 101
0 votes
2 answers
195 views

Why do Google Photos use rounded checkboxes in their app? [closed]

I know people asked this question a decade ago. (Are round check boxes confusing or an accepted standard?) So, after all these years, has this become a standard in terms of usability? Or is it purely ...
Sooraj MV's user avatar
  • 3,711
10 votes
1 answer
3k views

Should selected options be removed from single- and multi-select dropdown lists?

In our application we're working with dropdown lists that may contain many options (sometimes around 200). Usually, these lists allow the user to select multiple entries whereas in other places of our ...
Maurice's user avatar
  • 105
0 votes
3 answers
1k views

Allowing bulk actions on Detail view

I have a table view with possibly thousands of records. I should be able to select multiple (via checkbox) and also change the view to display a list of those records + details of the active item. ...
ana's user avatar
  • 1
1 vote
1 answer
731 views

Multi Selection Processing Status UI/UX

UI Case UI allows a multi-select option. There is no limit to multi-selection. Users can select from one up-to item in the range of millions. Processing flow When the User triggers an action based on ...
Aswin's user avatar
  • 13
0 votes
3 answers
279 views

How to keep all options selected by default, while making it easy to select a few options?

In a report that shows factories' performance data, the filters list out the factories to extract data from. by default, all factories are selected which is useful to see an overview. however, when ...
Blue Ocean's user avatar
  • 10.8k
4 votes
4 answers
686 views

Choosing sub-categories of a category to be observed or ignored

I'm working on an AI that can detect people and certain vehicles from a camera feed. The user can configure which of these "objects" they want to monitor. They can choose either people, ...
Chris's user avatar
  • 432
0 votes
1 answer
324 views

Multiple time periods in a survey

I am working on a medical application which helps therapists to determine whether patients meet the criteria to be diagnosed with certain illnesses and disorders. For the most part, it works as a ...
Metaman's user avatar
  • 115
3 votes
3 answers
338 views

Complex multiple select menu solution that includes "anyone" OR "multiple choices." Anyone includes unassigned (not shown) options

Here is an awkward scenario. Imagine a form field for setting who can receive an email. The primary need is that anyone in particular job type groups can receive (Job 1, Job 2, Job 3). However, there ...
Kenn's user avatar
  • 31
0 votes
1 answer
951 views

Clear all in a multi-select drop down

i'm designing a form that includes this multi select combo box. by default all the options in it are selected. but when filling the form the user will be required to select 1-2 options. this form ...
Blue Ocean's user avatar
  • 10.8k
1 vote
1 answer
5k views

Multiple selection with filter

In the old days, we might have used a multiselect picklist to move items from a collection of "all items" to a collection of "selected items". Nowadays, the more contemporary ...
Izquierdo's user avatar
  • 13.2k
1 vote
2 answers
1k views

Any ideas of selecting multiple categories and subcategories with beautiful images?

Does anyone has any examples or ideas on making the following UX functional and aesthetically beautiful. User has the option to select categories and subcategories on the onboarding process. Each ...
Kafouros's user avatar
0 votes
1 answer
214 views

What is the best way to communicate a required selection within in data table?

Currently in our (enterprise) UI, there are tables that have required selections. Typically, these tables have hundreds to thousands of objects. In one case an action is to be performed against these ...
Andrew McGouirk's user avatar
3 votes
2 answers
275 views

Browse and select files from already uploaded files within the web application

I am building an web application. There are a big number of files (>100) already uploaded in a web folder (different from current flow). I want to let the user select to browse a few of them (<...
EyeQ Tech's user avatar
  • 275
0 votes
1 answer
299 views

Input field for huge number of strings

I am looking for references for a UI component that can allow selecting multiple values out of a huge set of optional values (even millions) each value is a string. The list of optional values will ...
user110630's user avatar
2 votes
1 answer
607 views

Hide already selected options in the dropdown

In the case of a multi-select field, I would like to know the best practice: Hide the choices that have already been selected (the list gets smaller as you go along) Leave the choices already ...
Blandine's user avatar
1 vote
1 answer
1k views

Best UX practice when grouping items from one list to another

I have been given some rough wireframes for a screen where the user needs to search from items on the right and assign them to a group on the left. Once items from the right have been assigned to a ...
User1's user avatar
  • 627
3 votes
1 answer
2k views

Expander before selector? Or other way around?

The scenario: I'm designing a table that will have both expanders (chevron icons) and multi-select action checkboxes on each row. Expanded, the rows look like this (and will eventually have more data ...
Izquierdo's user avatar
  • 13.2k
1 vote
1 answer
647 views

Multi-select tree in which parent also is a child

I am working on a multi-select tree in which the user should be able to select all children of a parent. Normally you would be using the parent checkbox to do so, but in this case it should also be ...
Iljoesjin's user avatar
1 vote
1 answer
125 views

Have checkbox in addition to "Select All" redundant?

Is having an additional checkbox to select all redundent and add unneeded complexity? The user frequently (maybe 40% of the time) selects numbers 1-33 as option so I would like to add a checkbox that ...
Lightsout's user avatar
  • 145
1 vote
1 answer
721 views

Combining single- and multi- select drop-down in one form. How to dismiss the drop-down?

How to dismiss the drop-down in single-select and multi-select cases? For single-select, the obvious option is to dismiss the drop-down on selection. For multi-select, drop-down should stay open on ...
Jurijs Kovzels's user avatar
4 votes
2 answers
111 views

should dual list orientation follow the language direction?

I got this question while working on a "Persian" app. As you may know, dual lists are consisted of 2 lists, where normally in a LTR language, the list on the left includes all the available ...
Sepas's user avatar
  • 123
0 votes
1 answer
154 views

Good way to select a few items out of several dozens ones

The company recently sent a survey that featured a view that asked me to select up to 10 attributes out of a list of 60-70 ones. The selection list was displayed as big toggleable buttons, about 10 ...
Alexei's user avatar
  • 155
2 votes
3 answers
378 views

Best input to select 2 of 4 options

I have a project requirement where our users need to be able to make 1 or 2 selections out of 4 possible options. Along the lines of: What is your favourite food? (Pick up to 2) Pizza Chocolate ...
Dave's user avatar
  • 23
8 votes
3 answers
1k views

Multiple selection

I'm working on a checkout process for a translation service company. The user originally has one English document that they want to translate into two (or more different languages). However, they are ...
Jaka Smid's user avatar
1 vote
0 answers
120 views

Trying to apply tags to multiple items when there is a tag limit and at least one of the items may be at that limit [closed]

I have a situation where we allow our users to select multiple items and apply tags to them as a group. But there is an 8 tag limit. The problem comes when I pick (e.g.) 3 items. Item A has 8 tags ...
J Gray's user avatar
  • 11
1 vote
1 answer
984 views

Datepicker: Selection of multiple

I'm designing a web management software that requires users to indicate their work days. These users do not have regular work days and hence we decided to allow them to just pick their work days from ...
Sunnysideuppp's user avatar
5 votes
2 answers
4k views

Multi-select box vs Dual list box

I'm currently working on a story where users can make a custom report. The list has around 40 items. At this moment, I'm working on a multi-select box where users can select all items at once or ...
YengarIV's user avatar
2 votes
1 answer
125 views

Visualize Users Group Selection and Intersection

I want to simplify the visualization of users' group permissions with intersections and unions. The main challenge is to make a complex selection easy to read for non-technical users, and at the same ...
Alkarod's user avatar
  • 21
0 votes
1 answer
91 views

Unavailable item in multiselect after one is chosen

I have to display several options in a multiselect dropdown, and some of them are related, like: year (two digit) and year (four digit). These are related options, and after one is picked, the other ...
feelerino's user avatar
  • 315

1
2 3 4 5
7