atomic-sort-dropdown

This is for:

Developer
In this article

The atomic-sort-dropdown component renders a dropdown that the end user can interact with to select the criteria to use when sorting query results.

Slots

Slots let you write custom HTML at a specific place inside a web component.

Slot Description

default

The atomic-sort-expression of the dropdown are slotted in.

Shadow Parts

Part Description

label

The "Sort by" label of the <select> element.

placeholder

The dropdown placeholder for while the search interface is initializing.

select

The <select> element of the dropdown list.

select-parent

The <select> element parent.

select-separator

The element separating the select from the icon.