I have a drop-down list using selectBoxIt. if an Option, is longer than width of the drop down menu, the text will be disappear if chosen.I couldn't find the solution on the internet.
following 2 pictures show the problem:
if the text is shorter than the width of menu, everything is fine
if the text is longer, menu shows empty
here is how i initialize selectBoxIt
$(function() {
var selectBox = $("select").selectBoxIt({ autoWidth: false });
});
My selectBoxIt has version v3.8.1