autoFocusIndex property

  1. @Input()
int? autoFocusIndex
getter/setter pair

Index of the element to focus on when the list appears.

If null, focus will not be changed automatically.

Implementation

@Input()
int? autoFocusIndex;