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 
- 
          selection(AutoCompleteSuggestion) –The selected suggestion. 
Properties#
instance-attribute
  
#
index: int
The index of the selected suggestion from the corresponding
AutoComplete.suggestions list.