Skip to content

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 instance-attribute #

key: str

A unique identifier or value used for filtering and selection.

value instance-attribute #

value: str

The display text shown to the user.