Skip to content

Commit 3b89ac4

Browse files
committed
refactor(combobox): removed commented out import and fixed the name of an input reference in the combobox spec.
1 parent 7c1c731 commit 3b89ac4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cdk-experimental/combobox/combobox.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Combobox', () => {
7777
template: `
7878
<button cdkCombobox #toggleCombobox class="example-combobox"
7979
[cdkComboboxTriggerFor]="panel"
80-
[openAction]="'focus'">
80+
[openActions]="'focus'">
8181
No Value
8282
</button>
8383

src/dev-app/cdk-experimental-combobox/cdk-combobox-demo-module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {NgModule} from '@angular/core';
1010
import {CommonModule} from '@angular/common';
1111
import {RouterModule} from '@angular/router';
1212
import {CdkComboboxModule} from '@angular/cdk-experimental/combobox';
13-
// import {FormsModule, ReactiveFormsModule} from '@angular/forms';
1413
import {CdkComboboxDemo} from './cdk-combobox-demo';
1514
import {PanelContent} from './panel-content';
1615

0 commit comments

Comments
 (0)