Skip to content

Commit

Permalink
refactor(combobox): removed commented out import and fixed the name o…
Browse files Browse the repository at this point in the history
…f an input reference in the combobox spec.
  • Loading branch information
nielsr98 committed Aug 12, 2020
1 parent f810838 commit 64a8624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cdk-experimental/combobox/combobox.spec.ts
Expand Up @@ -77,7 +77,7 @@ describe('Combobox', () => {
template: `
<button cdkCombobox #toggleCombobox class="example-combobox"
[cdkComboboxTriggerFor]="panel"
[openAction]="'focus'">
[openActions]="'focus'">
No Value
</button>
Expand Down
Expand Up @@ -10,7 +10,6 @@ import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {RouterModule} from '@angular/router';
import {CdkComboboxModule} from '@angular/cdk-experimental/combobox';
// import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import {CdkComboboxDemo} from './cdk-combobox-demo';
import {PanelContent} from './panel-content';

Expand Down

0 comments on commit 64a8624

Please sign in to comment.