API reference
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
ancestors | Specifies the parent and grandparent calcite-combobox-item s, which are set on calcite-combobox . | Array<HTMLCalciteComboboxItemElement | HTMLCalciteComboboxItemGroupElement> | ||
label | label | Specifies the title of the component. | string |
Slots
Name | Description |
---|---|
default (unnamed) | A slot for adding calcite-combobox-item s. |
Methods
Name | Description | Signature |
---|---|---|
componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |