Skip to main content

AutoCompleteSelectEvent

Event representing the selection of a suggestion in the AutoComplete control.

Inherits: Event

Properties

Properties

indexinstance-attribute

index: int

The index of the selected suggestion from the corresponding flet.AutoComplete.suggestions list.

selectioninstance-attribute

selection: AutoCompleteSuggestion

The selected suggestion.