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 survey with lots of multiple choice questio…
share this post : )
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 must be an option to select "Anyon…
share this post : )
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 would have around 30 options in it.
in orde…
share this post : )
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 specific objects, and the user is requi…
share this post : )
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 (<10) and attach to the current flow.
Is t…
share this post : )
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 selected with a "selected" status
…
share this post : )
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 in them.)
The user can also delete ea…
share this post : )
Two multi-select lists

I have two multi select lists for a user management screen that controls account permissions. The user can select any # of users and any # of organizations.
Multi-Selects:
a.) users multi-select
b.) orgs multi-selec…