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

Custom next button with no nav bar makes next button disabled #204

Open anagio opened 7 years ago

anagio commented 7 years ago

I'm using a custom next button, and had tried removing the nav tabs but after loading the next button is given a disabled prop.

Is there any combination of existing options to not use a nav / tabs and only custom buttons?