closeOnActivate property

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

Whether the encompassing dropdown should close on selection of this item.

Implementation

@Input()
bool closeOnActivate = true;