Im using chosen.js v1.0 and am using it in my project with Bootstrap 3 but the styles of my select boxes are not conforming to bootstrap 3 styles at all.
Am I doing any
Actually, there is someone who created a Bootstrap 3.0 CSS theme for Chosen.
Some screens:
Edit
I've created a Fiddle using the same HTML as the official Chosen documentation page with the Bootstrap theme applied. (added form-control
to all selects and removed style="width:350px;"
)
And also, I'll be maintaining the theme in this gist: https://gist.github.com/koenpunt/6424137