VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

jQuery Chosen plugin doesn't work inside a Wizard form #76

Closed developer10 closed 10 years ago

developer10 commented 10 years ago

I need to use the Chosen plugin along with tags inside this form. Outside it works just fine but inside it doesn't - renders just as regular select box (with Bootstrap style applied). Note that I'm using it with the theme "Stardom" which is armed with many many jQuery plugins, however this particular page doesn't include many of them. http://screencast.com/t/PyA2EICP9

VinceG commented 10 years ago

i have a feeling it's a CSS related issue, unless you see some JS errors. regardless this is beyond this plugins scope.