Focus the active option.
()
| 889 | |
| 890 | /** Focus the active option. */ |
| 891 | private _focusActiveOption() { |
| 892 | if (!this.useActiveDescendant) { |
| 893 | this.listKeyManager.activeItem?.focus(); |
| 894 | } |
| 895 | this.changeDetectorRef.markForCheck(); |
| 896 | } |
| 897 | |
| 898 | /** |
| 899 | * Set the selected values. |
no test coverage detected