7
votes
2answers
149 views

List of checkboxes or multi-value select box

Currently in our application we have multiple lists of checkboxes. These lists comprise of random attributes related to a company. Each company will only perform a couple of these attributes and it is ...
3
votes
2answers
219 views

Two panel multi select on mobile

I'm trying to develop a system where users can add financial symbols to activities, almost as you would tags to a blog post. The user should be able to easily add or remove symbols. They can add as ...
2
votes
3answers
346 views

UI pattern for selecting a rule (from a list of many) and applying to multiple items in a tree

I have considered using a side by side panel design. A list of rules on the left, and a tree navigation on the right - however the tree structure could get very nested. I am concerned how a user would ...
2
votes
3answers
311 views

Fastest way to choose 2 items from a list of 10

What is the fastest way to select two elements from a list of about ten? Here are some constraints: The list elements are strings of about 5-6 words, drawn from a list of 600. The users are ...
5
votes
0answers
109 views

Bulk actions: what to do when not all items support an action [duplicate]

Possible Duplicate: Bulk actions: what to do when not all items support an action Picture the following scenario: user selects a bunch of items, and the 'bulk actions' box appears; user ...