AutoCompleteSelectEvent
Event representing the selection of a suggestion in the AutoComplete control.
Inherits: Event
Properties
index- The index of the selected suggestion from the corresponding flet.AutoComplete.suggestions list.selection- The selected suggestion.
Properties
indexinstance-attribute
index: intThe index of the selected suggestion from the corresponding flet.AutoComplete.suggestions list.