Skip to content

Commit 472f364

Browse files
authored
fix(combo): Changing selectedItems() to selection in the comments (#10675)
1 parent 540f8fb commit 472f364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/combo/combo.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ export abstract class IgxComboBaseDirective extends DisplayDensityBase implement
997997
*
998998
* @returns Array of selected items
999999
* ```typescript
1000-
* let selectedItems = this.combo.selectedItems();
1000+
* let mySelection = this.combo.selection;
10011001
* ```
10021002
*/
10031003
public get selection() {

0 commit comments

Comments
 (0)