shouldClearInputOnSelection property

  1. @Input()
bool shouldClearInputOnSelection
getter/setter pair

Whether to clear the input text once the item is selected from the menu.

Defaults to false.

Implementation

@Input()
bool shouldClearInputOnSelection = false;