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 select2 plugin which is used for infinite scroller feature to bootstrap-selectpicker.
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
This is a bootstrap-selectpicker

