Selected Item Change Event

  • function
autocomplete.events.selectedItem  

Clears results when a selection is updated.

events.selectedItem(scope, key, item)

Clears results when a selection is updated.

Parameters

  1. scope {can.Map}

    The element scope.

  2. key {string}

    The key name of the scope property.

  3. item {can.Map}

    The value.