-
Notifications
You must be signed in to change notification settings - Fork 675
Show/hide demo broken #209
Comments
@abbottmw Yeah, i think because it does not call the refresh to reset the index count. |
The :visible fix I added should resolve this. |
The show/hide methods do not work even with the :visible fix added? Doing the following should show tab 3 and its tab panel - nothing happens?
Currently I'm having to revert to the standard bootstrap method:
When can we expect a fix? |
Many thanks. That worked like a charm.
…________________________________
From: Vincent Gabriel <[email protected]>
Try
$('#rootwizard').bootstrapWizard('show', 2);
|
Is it possible to call the show method from inside the onInit event. The following doesnt work:
|
@Adam-78 without the condition does |
I get console error:
In the debugger it highlights the following line:
I think it's because I'm trying to call the following from within
|
@Adam-78 yeah it's impossible since onInit is called right after it's initialized. i was able to make it work with the following
|
On the demo where you can show/hide tabs or steps, after you hide a tab, the next and previous do not work correctly. It skips over steps.
http://vinceg.github.io/twitter-bootstrap-wizard/examples/remove-step.html#
The text was updated successfully, but these errors were encountered: