IgniteUI / igniteui-angular-samples

Ignite UI for Angular demos for all available components and features
https://bit.ly/2L19rhp
36 stars 25 forks source link

Update multiSelection sample with the new selectionMode property #3393

Closed georgianastasov closed 10 months ago

georgianastasov commented 11 months ago

Description

The sample in the Multiple selection section in the IgxButtonGroup topic uses the deprecated multiSelection property which should be updated to the new Selection Mode section with the newly added selectionMode property with its new options seingle, singleRequired, multi.

Steps to reproduce

  1. Go to this sample.

Result

The sample uses the deprecated multiSelection property.

Expected result

The sample should use the newly added selectionMode property.

Attachments

1