activateFirstOption property

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

Whether to activate (visually focus but not select) the first available option when the dropdown opens.

Implementation

@Input()
bool activateFirstOption = false;