Skip to content

Autocomplete Item

Child component of Autocomplete

API reference

Properties

PropertyAttributeDescriptionTypeDefault
descriptiondescriptionA description for the component. Displays below the label text.string
disableddisabledWhen present, interaction is prevented and the component is displayed with lower opacity.booleanfalse
headingrequiredheadingSpecifies heading text for the component.string
iconEndicon-endSpecifies an icon to display at the end of the component.string
iconFlipRtlicon-flip-rtlDisplays the iconStart and/or iconEnd as flipped when the element direction is right-to-left ("rtl")."both" | "end" | "start"
iconStarticon-startSpecifies an icon to display at the start of the component.string
labellabelAccessible name for the component.string
valuevalueThe 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 background color of the component.
--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 text color of the component.

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.