Is there any option to stay open the multi select dropdown.
I have found two ways to stay open (but its fails),
1) $('#multi_ Div').addClass('open');
2) $("#multi_ .dropdown-toggle").click();
But dropdown will close when we click on any other field on page.
here is the sample code