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
Describe the bug
When you have conditionnal steps and the navigation bar is enabled, when a step goes from hidden to visible, the class progtrckr-undefined is added to the last li element instead of progtrckr-todo.
To Reproduce
Steps to reproduce the behavior:
Have a conditonnal step defined initially
Make it a valid condition so it is now visible
See, the wrong class is applied to the last list item
Expected behavior
The list item should have the proper class or we should have access to a method to refresh the navigation progressbar
Screenshots
Desktop (please complete the following information if applicable):
OS: [e.g. iOS] Ubuntu 21
Browser [e.g. chrome, safari] Chrome
Additional context Package version : ^6.0.2
Code to reproduce:
Describe the bug
When you have conditionnal steps and the navigation bar is enabled, when a step goes from hidden to visible, the class
progtrckr-undefined
is added to the last li element instead ofprogtrckr-todo
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The list item should have the proper class or we should have access to a method to refresh the navigation progressbar
Screenshots
Desktop (please complete the following information if applicable):
Additional context
Package version : ^6.0.2
Code to reproduce:
The text was updated successfully, but these errors were encountered: