We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c8880 commit c16a360Copy full SHA for c16a360
src/cdk/a11y/list-key-manager.ts
@@ -74,7 +74,7 @@ export class ListKeyManager<T extends ListKeyManagerOption> {
74
* Configures whether the key manager should be able to move the selection vertically.
75
* @param enabled Whether vertical selection should be enabled.
76
*/
77
- withVerticalOrientation(enabled = true): this {
+ withVerticalOrientation(enabled: boolean = true): this {
78
this._vertical = enabled;
79
return this;
80
}
0 commit comments