CSS issue with Jquery chosen -
am using jquery chosen plugin , having css issue.
there data-placeholder text says "select options" default chosen
but when displayed text getting truncated. have list box of 50%. text occupying 20% , getting truncated when chose list everyting looks fine.
did 1 faced issue chosen ?
there width: '95%' property
$('.chosen-select').chosen({width: '95%'}); can use re-size width of select box.
Comments
Post a Comment