-
-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
Description
Describe the bug
I've created a wizard, and adding unDoneOnBackNavigation in the anchor settings doesn't remove the done class from items after the navigation item when I go back.
To Reproduce
Steps to reproduce the behavior:
- Create a wizard
- Add
anchor: { unDoneOnBackNavigation: true, }as setting - See it not working
Expected behavior
I expect the done class to be removed when I go back one tab.
Screenshots

I went from 1, to 2, and then back to 1.
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
- Version: 103.0.5060.134
Reactions are currently unavailable