amoffat / bootstrap-application-wizard

MIT License
1.85k stars 388 forks source link

Change behavior of the show option #82

Open fniephaus opened 10 years ago

fniephaus commented 10 years ago

If the show option is set to true, only the modal box is shown when initialized. I don't think this makes much sense, because no card is shown so that the wizard is unusable and looks broken.

For this reason, I changed the behavior of the show option. When set to true, the wizard will now be shown completely when initialized which is what you would expect from a show option.