API reference
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| ancestors | Specifies the parent and grandparent calcite-combobox-items, which are set on calcite-combobox. | ComboboxChildElement[] | ||
| label | label | Specifies an accessible label for the component. | string |
Slots
| Name | Description |
|---|---|
| default (unnamed) | A slot for adding calcite-combobox-items. |
Styles
| Name | Description |
|---|---|
| --calcite-combobox-item-group-text-color | Specifies the component's text color. |
| --calcite-combobox-item-group-border-color | Specifies the component's border color. |
Methods
| Name | Description | Signature |
|---|---|---|
| componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<this> |