Skip to content

Commit 35aff98

Browse files
Merge pull request #618 from dxc-technology/fix-autosuggest-async
Fix autosuggest async
2 parents d78ee92 + 1ee091b commit 35aff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-text-input/pipes/filter-options.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export class FilterOptionsPipe implements PipeTransform {
2121
this.service.setFilteredOptions(array);
2222
return array;
2323
}
24-
return [];
24+
return options;
2525
}
2626
}

0 commit comments

Comments
 (0)