Change select2 multiple select style to selectpicker

408 Views Asked by At

In select2 plugin multiple choices are appended to next line which directly enlarge the container element as it can be seen in first image,where as in bootstrap-select multiple choices are within the container and doesnt append to next line(Ref-Image 2).So thats why i want to change styling and UI of plugin which is used for infinite scroller feature to .

Basically change first image below with second one.

I have tried templateSelection and templateResult of select2 but was not able to change style.

This is a select2 plugin with multiple selection

select2

This is a bootstrap-selectpicker

bootstrap

0

There are 0 best solutions below