You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
@VinceG Similar behavior as onNext, index variable should have the value of the current tab, however I think in onPrevious it gives one value less. In order to get the current tab index, you have to do index+1
naveedyousaf09
added a commit
to naveedyousaf09/twitter-bootstrap-wizard
that referenced
this issue
Jan 13, 2016
For some reason onPrevious is not giving right index value
onPrevious: function( tab, navigation, index ){
}
If I have 4 items in the wizard and from the last item if I click on previous it doesn't give right value.
The text was updated successfully, but these errors were encountered: