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

fix(button-group): adding new selectionMode sample #3398

Closed georgianastasov closed 10 months ago

georgianastasov commented 11 months ago

Closes #3393

kdinev commented 11 months ago

I believe you need to add a setup for stackblitz, or this was in a different repository?

teodosiah commented 11 months ago

I think this is the same sample that is in the Button Group Multiple selection topic but modified, so it should be already setup. However, @georgianastasov you need to import the IgxRadioModule in the ButtonGroupConfigGenerator.ts and also change the display name in the data-entries-routes-data.ts

georgianastasov commented 11 months ago

Yes this is the same sample that is in the Button Group Multiple Selection section but modified, as we updating the Multi Selection section and the sample to the Selection Mode section with sample showing the new selectionMode property with its new options single, singleRequired and multi.