AutoCompleteSuggestion Represents a suggestion item for the AutoComplete control. Properties key(str) – A unique identifier or value used for filtering and selection. value(str) – The display text shown to the user. Properties# key # key: str A unique identifier or value used for filtering and selection. value # value: str The display text shown to the user.