Skip to content

Commit 543be2c

Browse files
fix(button-group): adding info about deprecating the multiSelection
1 parent 3391c33 commit 543be2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

projects/igniteui-angular/src/lib/buttonGroup/buttonGroup.component.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ export class IgxButtonGroupComponent extends DisplayDensityBase implements After
119119
}
120120

121121
/**
122-
* An @Input property that enables selecting multiple buttons. By default, multi-selection is false.
123-
* ```html
124-
* <igx-buttongroup [multiSelection]="false" [alignment]="alignment"></igx-buttongroup>
125-
* ```
122+
* @deprecated in version 16.1.0. Set/Use selectionMode property instead.
123+
*
124+
* Enables selecting multiple buttons. By default, multi-selection is false.
126125
*/
127126
@Input()
128127
public get multiSelection() {

0 commit comments

Comments
 (0)