Skip to main content

AutoCompleteSuggestion

Represents a suggestion item for the AutoComplete control.

Properties

  • key - A unique identifier or value used for filtering and selection.
  • value - The display text shown to the user.

Properties

keyinstance-attribute

key: str

A unique identifier or value used for filtering and selection.

valueinstance-attribute

value: str

The display text shown to the user.