Multiple select allows users to make a multiple selection from a dropdown list of five or more items. For fewer than five items consider using checkboxes. Â
On this page
| Variation | Description |
|---|---|
| Listed | Number of selected items are filled in input field. |
| Tags | Optional dismissible tags can be used outside of dropdown, providing visibility and quick action to dismiss a selection. Best used for filters. |
Select labels are required and should be short, clear and descriptive. It should be easy for the users to understand what they are selecting. Â
When writing labels, use sentence case, not title case or all caps (unless using a proper noun).Â
Avoid ending labels in colons or commas.
List the options in alphabetical order or any other order which makes sense.Â
Avoid long dropdowns that require scrolling because they make it difficult to view all items immediately. If you have too many items to include, consider using an autocomplete field that customers can type in to filter results, such as search input with typeahead.Â
If there are five or less options, consider using checkbox for multi selection.Â
Avoid adding error within the dropdown, display it below the input field.Â
Connect with the DLS Team on Slack or by email.
Check out additional resources.