Update multiSelection section with the new selectionMode property
georgianastasov opened this issue · 0 comments
georgianastasov commented
Description
The Multiple selection section in the IgxButtonGroup topic provides information how to achieve multiple selection with already deprecated multiSelection
property which should be updated with the information about the newly added selectionMode
property and its options single
, signleRequired
and multi
.
Steps to reproduce
- Go to this section.
Result
Information about how to use the multiSelection
input property to enable the multiple selection in the button group.
Expected result
Information about how to use the selectionMode
input property with its options single
, signleRequired
and multi
.