Description of icon when needed
- Burlington Textiles Corp of AmericaAccount • Burlington, NC
- Dickenson plcAccount • Lawrence, KS
- Edge CommunicationsAccount • Austin, TX
- Express Logistics and TransportAccount • Portland, OR
You are currently viewing a sandbox preview version of Spring ’20 | Go back to Summer ’20
Note — A lookup is a combobox component, please find implementation documentation under the combobox component
The lookup can parse through single or multi scoped datasets. The parsed dataset can be filtered by single or multi option selects.
You can find the lookup component throughout most data fields that allow inline inputs. Most commonly used on record home and object home.
Lookups allow the user to have dual keyboard focus: while focus in the input search field, the user can type text into the field and simultaneously use arrow keys to navigate up and down the results list. Use the appropriate ARIA attributes in your markup in order to effectively communicate the relationship between the input field and the results list to users of assistive technology.
Expected markup:
label
element, with an appropriate for
attributeslds-combobox
acts as the root node to the composite Combobox widget. It takes the role="combobox"
attribute as a resultaria-haspopup="listbox"
attribute is then applied to indicate the Combobox will display a popup, of type listbox
aria-expanded="true|false"
attribute is applied to describe whether the popup of listbox
is currently visible or notaria-activedescendant
must be set to the currently selected option within the listrole="listbox"
must be added to the list of results, each result should have role="option"
Expected keyboard interactions:
Up
and Down
arrow keys to cycle through the available options in the list, also updates aria-activedescendant
on the inputEnter
selects the current option and collapses the listEscape
collapses the list<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-1">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox_container">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-2">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox_container">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-3">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox_container">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-4">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox_container">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-5">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox_container slds-has-selection">
5 Results, sorted by relevancy | |||
---|---|---|---|
Account Name | Location | Secondary Column | Tertiary Column |
Acme Landscape | Seattle, WA | Secondary Field | Tertiary Field |
ACME Construction | San Francisco, CA | Secondary Field | Tertiary Field |
Action Sports | Madison, WI | Secondary Field | Tertiary Field |
Moderno Bistro | Acton, OH | Secondary Field | Tertiary Field |
Cozy Kitchen | Acton, CA | Secondary Field | Tertiary Field |
<div class="demo-only" style="height:640px">
<section role="dialog" tabindex="-1" class="slds-modal slds-fade-in-open slds-modal_large" aria-modal="true" aria-describedby="modal-content-id-1">
<div class="slds-modal__container">
<header class="slds-modal__header">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-1">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox-group">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-1">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox-group">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-2">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox-group">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-3">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox-group slds-has-selection">
<div class="slds-form-element">
<label class="slds-form-element__label" for="combobox-id-4">Relate to</label>
<div class="slds-form-element__control">
<div class="slds-combobox-group slds-has-selection">
Selector | .slds-combobox-group |
---|---|
Summary | Container for a combobox group |
Support | dev-ready |
Restrict | div |
Variant | True |
Selector | .slds-combobox_object-switcher |
---|---|
Summary | Modifier that identifies the combobox as the object switcher, applies specific interactions for its context |
Restrict | .slds-combobox-group div |
Selector | .slds-has-selection |
---|---|
Summary | Modifier that notifies the combobox group that a selection has been made |
Restrict | .slds-combobox-group, .slds-combobox_container |
Selector | .slds-combobox-addon_start |
---|---|
Summary | The first combobox in the combobox group |
Restrict | .slds-combobox-group div |
Selector | .slds-combobox-addon_end |
---|---|
Summary | The last combobox in the combobox group |
Restrict | .slds-combobox-group div |
Selector | .slds-listbox_selection-group |
---|---|
Summary | The container of pill selections found inside of a combobox group |
Restrict | .slds-combobox-group ~ div, .slds-combobox_container ~ div |
Selector | .slds-is-expanded |
---|---|
Summary | Expanded state of a selection group |
Restrict | .slds-listbox_selection-group |
Selector | .slds-listbox-toggle |
---|---|
Summary | Toggle button to show all of the pill selections |
Restrict | .slds-listbox_selection-group > span |
Selector | .slds-combobox |
---|---|
Summary | Container that manages layout when a listbox of pill options sit next to a combobox search input |
Support | dev-ready |
Restrict | div |
Variant | True |
Selector | .slds-is-open |
---|---|
Summary | Opens listbox dropdown |
Restrict | .slds-combobox |
Modifier | True |
Selector | .slds-combobox__form-element |
---|---|
Summary | Form element with combobox input |
Restrict | .slds-combobox > div |
Selector | .slds-combobox__input-entity-icon |
---|---|
Summary | If readonly selection is an entity, use this class |
Restrict | .slds-combobox__form-element span |
Selector | .slds-combobox__input-value |
---|---|
Summary | Class to target styling the value of a combobox input |
Restrict | .slds-combobox input |
Selector | .slds-combobox__input |
---|---|
Summary | Input field within a combobox |
Restrict | .slds-combobox input |
Selector | [aria-autocomplete="list"] |
---|---|
Summary | |
Support | dev-ready |
Restrict | .slds-combobox__input |
Variant | True |
Selector | .slds-has-focus |
---|---|
Summary | Force focus state of the input |
Restrict | .slds-combobox__input |
Selector | .slds-has-icon_left |
---|---|
Summary | Modifier to the combobox when an SVG icon sits adjacent to the combobox form element |
Restrict | .slds-combobox |
<div>
attributes:role="combobox"
aria-haspopup="listbox"
aria-expanded="true"
<input>
attribute aria-controls
set to id of adjacent table<input>
role
from combobox
to textbox
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings. Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
Select All
3 Purposes
Consent Purposes
Location Based Ads
Consent Allowed
Legitimate Interest Purposes
Personalize
Features
Location Based Ads