autoFocusIndex property
Index of the element to focus on when the list appears.
If null, focus will not be changed automatically.
Implementation
@Input()
int? autoFocusIndex;
Index of the element to focus on when the list appears.
If null, focus will not be changed automatically.
@Input()
int? autoFocusIndex;