-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
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
Multiple active steps not working #13147
Comments
I think setting The fix is pretty simple. Changing the order in https://github.com/spirosikmd/material-ui/blob/89f6c30fbf38e0ce87cd6bb5554bd460ef343e25/packages/material-ui/src/Stepper/Stepper.js#L88 From a semantic point of view I don't see a reason to allow multiple active steps so I would say that you relied on a bug. The This would be no issue if we could get rid of the |
Thanks for looking into this @eps1lon. Shall I submit a PR with those changes? @oliviertassinari |
@nikhilem Yes, please :) |
Expected Behavior
Multiple active Step components(enabled with
active
prop on Step component) inside Stepper should expand all StepsCurrent Behavior
Multiple active Step components inside Stepper activates only one Step.
This works on Material-UI upto v3.1.1, but does not work in v3.1.2 onwards
Steps to Reproduce
Links:
Context
I'm trying to show all details inside stepper in one view, without expanding step manually
Your Environment
The text was updated successfully, but these errors were encountered: