Skip to content

AutoCompleteSelectEvent

Inherits: Event['AutoComplete']

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

Properties

Properties#

index instance-attribute #

index: int

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

selection instance-attribute #

The selected suggestion.