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

The index given as argument in onTabShow is -1 #220

Open jwmwalrus opened 6 years ago

jwmwalrus commented 6 years ago

Hi.

I tried upgrading from v1.3.2 to v1.4.2, and now the "Next" button doesn't show up when the wizard starts. The index given to the onTabShow event when the page loads is -1.

Do I need some new extra setting (or class) to make v1.4.2 work properly?