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

Dropdown menus #192

Open Schaussi opened 8 years ago

Schaussi commented 8 years ago

Basically, the wizard works great, but seems to have problems if a tab contains a dropdown menu. It would be great if I could choose whether the next/prev buttons should only affect the main tabs, or should consider every single dropdown menu item. Thank you

Edit: Maybe like in this example: http://www.dxsdata.com/2016/09/bootstrap-navigation-tabs-with-dropdown-menus-how-to-implement-next-button/