AutoCompleteSelectEvent
Inherits: Event['AutoComplete']
Event representing the selection of a suggestion in the AutoComplete control.
Properties
-
index(int) –The index of the selected suggestion from the corresponding
AutoComplete.suggestionslist. -
selection(AutoCompleteSuggestion) –The selected suggestion.
Properties#
index
instance-attribute
#
index: int
The index of the selected suggestion from the corresponding AutoComplete.suggestions list.