* Sets the given option as active. * @param option The option to make active
(option: CdkOption<T>)
| 697 | * @param option The option to make active |
| 698 | */ |
| 699 | _setActiveOption(option: CdkOption<T>) { |
| 700 | this.listKeyManager.setActiveItem(option); |
| 701 | } |
| 702 | |
| 703 | /** Called when the listbox receives focus. */ |
| 704 | protected _handleFocus() { |
no test coverage detected