Skip to content
Child component of Autocomplete

API reference

Properties

PropertyAttributeDescriptionTypeDefault
descriptiondescriptionSpecifies a description for the component. Displays below the label text.string
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanfalse
headingrequiredheadingSpecifies the component's heading text.string
iconEndicon-endSpecifies an icon to display at the end of the component.IconName
iconFlipRtlicon-flip-rtlDisplays the iconStart and/or iconEnd as flipped when the element direction is right-to-left ("rtl").FlipContext
iconStarticon-startSpecifies an icon to display at the start of the component.IconName
labellabelSpecifies an accessible label for the component.string
valuevalueSpecifies the component's value.string

Slots

NameDescription
content-endA slot for adding non-actionable elements after content of the component.
content-startA slot for adding non-actionable elements before content of the component.

Styles

NameDescription
--calcite-autocomplete-background-colorSpecifies the component's background color.
--calcite-autocomplete-description-text-colorSpecifies the text color of the component's description.
--calcite-autocomplete-heading-text-colorSpecifies the text color of the component's heading.
--calcite-autocomplete-text-colorSpecifies the component's text color.

Events

NameDescriptionBehavior
calciteAutocompleteItemSelectFires when the item has been selected.bubblescomposed

Methods

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

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