Hello, is it possible to limit the number of selected items being shown in select2? For example show “4 seected items” instead of all four selected items?
I would ike to prevent the box to add rows when I select.
Cheers
Raffe
Hello, is it possible to limit the number of selected items being shown in select2? For example show “4 seected items” instead of all four selected items?
I would ike to prevent the box to add rows when I select.
Cheers
Raffe
I have the same issue. List is growing more and more. This is a very good solution on bootstrap-select
https://developer.snapappointments.com/bootstrap-select/examples/#limit-the-number-of-selections
is there a way to implement a similar solution @John30013 ?