closeOnActivate property

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

Whether to cause dropdown to be closed on activation.

Defaults to true.

Implementation

@Input()
bool closeOnActivate = true;