I am using chosen plugin for dropdown, its works very good , only one issue I am facing is it increase height with multiple selection
This is the plugin https://harvesthq.github.io/chosen/
<select data-placeholder="Choose a country..." multiple class="chosen-select">
$(".chosen-select").chosen();
when we select multiple options it display like this display like this
But I want this too be like this showng number of selected option
Thank you
there is no default methods available for chosen js. I have tried something you can look once.