I have a dropdown that works just fine for what I need. The only issue I have is for all intents and purposes I cannot provide a sorted list to the dropdown, but need to order it alphabetically on the client side. I can't seem to find anything related to rearranging the tags by their value alphabetically in the chosen plugin. curious if anyone has had to do this or can point me in the right direction. sample code would be:
$("#my-dropdown").chosen({no_results_text: "No results matched"});
just wondering if theres an option to organize it before I go into ordering it myself in javascript. thanks in advance