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

Not working right with jQuery Validation and Bootstrap select combination #91

Closed reddo closed 10 years ago

reddo commented 10 years ago

I needed to validate a select box, on which the Bootstrap select plugin was called. I managed to work around with the help of StackOverflow (SO link), but if the ignore method is called on validator, unfortunately your wizard does not go to the next step.

VinceG commented 10 years ago

@reddo don't think this is an issue with the plugin but rather design.