We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to report a problem with the management of the prev and next indexes.
When you get to the third tab (3), and you go back, the prev should be 3 and the next 2, while now, it is next 1 and prev 2.
This is the sequence on your Simple example:
starting the example: prevIndex 0 nextIndex 1
tab 1 - press next button prevIndex 1 nextIndex 2
tab 2 - press next button prevIndex 2 nextIndex 3
tab 3 - press back button prevIndex 1 (could be 3) nextIndex 2 (Ok 2)
The text was updated successfully, but these errors were encountered:
Hello my friend , Can you send a sample ?
Sorry, something went wrong.
No branches or pull requests
I wanted to report a problem with the management of the prev and next indexes.
When you get to the third tab (3), and you go back, the prev should be 3 and the next 2, while now, it is next 1 and prev 2.
This is the sequence on your Simple example:
starting the example:
prevIndex 0
nextIndex 1
tab 1 - press next button
prevIndex 1
nextIndex 2
tab 2 - press next button
prevIndex 2
nextIndex 3
tab 3 - press back button
prevIndex 1 (could be 3)
nextIndex 2 (Ok 2)
The text was updated successfully, but these errors were encountered: