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
There has been some regression after last few PRs, you can now directly jump past steps that need validation (when you use the top navigation links via stepsNavigation)
It goes directly to Step 6, even though Step 3 had a validation condition
Expected behavior
When we clicked on 'step 6' it should do nothing as it detects a middle step needs validation. The behaviour should be the same as follows.
It goes directly to Step 6, even though Step 3 had a validation condition
now click on 'step 3'
now click on 'step 4' - notice the validation is shows
now click on 'step 1', now try to jump to 'step 6' again. Notice that it now prevents you and does nothing. Seems this direct jump logic is trigger only after we did 5. above
Screenshots
none
Desktop (please complete the following information if applicable):
all
Smartphone (please complete the following information if applicable):
n/a
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
There has been some regression after last few PRs, you can now directly jump past steps that need validation (when you use the top navigation links via stepsNavigation)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When we clicked on 'step 6' it should do nothing as it detects a middle step needs validation. The behaviour should be the same as follows.
Screenshots
none
Desktop (please complete the following information if applicable):
all
Smartphone (please complete the following information if applicable):
n/a
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: