I\'m using select2 for multiple value selection. I need to display the drop down list permanently.
Right now when we select or click the input box of select2, the drop d
From the select2 documentation, here:
$("#select").select2({ closeOnSelect: false });