Replies: 1 comment
-
Currently that state is tracked within the step itself, so I'm not sure if we can pass that to the next step. But we have some ideas in mind to rework with Stepper. I'll take this feedback into consideration. Thanks for pointing this out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using the Stepper component and I'm finding the lock behavior to be a bit confusing:
As you see in the screenshot, the active step is the first, and the next one, which has a
locked = {check validity of 2nd step}
shows a locked icon.Just by the look of things, it seems the next step is not available until I complete the first one, but in reality the lock refers to the validity of the 2nd one.
What about:
Think of any videogame: until you complete a level, the next ones are locked (the lock doesn't show on the current one!).
Beta Was this translation helpful? Give feedback.
All reactions