Skip to content

Dropdown Group

Child component of Dropdown

API reference

Properties

PropertyAttributeDescriptionTypeDefault
groupTitlegroup-titleSpecifies and displays a group title.string
selectionModeselection-modeSpecifies the selection mode of the component, where: "multiple" allows any number of selections, "single" allows only one selection, and "none" does not allow any selections."multiple" | "none" | "single""single"

Slots

NameDescription
default (unnamed)A slot for adding calcite-dropdown-items.

Styles

NameDescription
--calcite-dropdown-group-border-colorSpecifies the calcite-dropdown's border color.
--calcite-dropdown-group-title-text-colorSpecifies the component's groupTitle color.

Methods

NameDescriptionSignature
componentOnReadyCreate a promise that resolves once component is fully loaded.componentOnReady(): Promise<void>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.