Questions tagged [selection]
All questions involving the selection objects to be acted upon, including contiguous selection (e.g. strings of text), multiple selection (e.g. checkboxes), and single selection (e.g. radio buttons).
383 questions
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 ...
0 votes
4 answers
357 views
How to show that a radio button has to be selected?
I'm adding a selection with two radio buttons as seen in the example below: But here, the submit button is disabled, because one of the options have to be selected. How can I properly inform my user ...
1 vote
1 answer
86 views
Add search results to one or more options
I am running into the following problem. Our company has a search page where we can add results to items managed on another page. Now I am looking for a way to make sure it is clear how and to which ...
2 votes
1 answer
139 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
2 answers
112 views
Feature selector on a pricing component
Currently on our website we has something like this: You can Either chose the main product we sell or an additional feature You can select your contract duration, and Then there's a CTA in the the ...
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 ...
0 votes
2 answers
110 views
Multi-select Dropbox
how should I handle this multi-select for luggage selection. if I remove first bag the next step with throw an error. I was thinking should I only allow the user to delete the last item added or if ...
1 vote
2 answers
92 views
Selection state position after selecting/onload
I'm wondering for a UI element like this, where users can select an option, what should the on-load positioning be? Should the selected item be first? or should I have a divider for selected and the ...