API reference
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| heading | heading | Specifies heading text for the component. | string | |
| label | label | Accessible name for the component. | any |
Slots
| Name | Description |
|---|---|
| default (unnamed) | A slot for adding calcite-autocomplete-items. |
Styles
| Name | Description |
|---|---|
| --calcite-autocomplete-background-color | Specifies the background color of the component. |
| --calcite-autocomplete-border-color | Specifies the border color of the component. |
| --calcite-autocomplete-text-color | Specifies the text color of the component. |
Methods
| Name | Description | Signature |
|---|---|---|
| componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |