API Reference > ui-core > AutoSuggest > AutoSuggestProps AutoSuggestProps Interface Beta Properties for the AutoSuggest component. Extends InputHTMLAttributes<HTMLInputElement> CommonProps Methods Name Description getLabel(value: undefined | string): string Optional Gets a label associated with a given value onInputFocus(e: FocusEvent<HTMLInputElement>): void Optional Handler for input receiving focus. onPressEnter(e: KeyboardEvent<HTMLInputElement>): void Optional Handler for Enter key. onPressEscape(e: KeyboardEvent<HTMLInputElement>): void Optional Handler for Escape key. onPressTab(e: KeyboardEvent<HTMLInputElement>): void Optional Handler for Tab key. onSuggestionSelected(selected: AutoSuggestData): void Handler for when suggested selected. onSuggestionsClearRequested(): void Optional Called every time you need to clear suggestions. Properties Name Type Description getSuggestions undefined | AsyncGetAutoSuggestDataFunc Asynchronously calculate suggestions for any given input value. options GetAutoSuggestDataFunc | AutoSuggestData[] Options for dropdown. setFocus undefined | boolean Indicates whether to set focus to the input element value undefined | string Optional input value override. Defined in ui/core/src/ui-core/autosuggest/AutoSuggest.tsx Line 40 Last Updated: 11 June, 2024