closeOnActivate property

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

Whether to cause dropdown to be closed on activation.

True by default.

Implementation

@Input()
bool closeOnActivate = true;