0

Is it possible to have multiple steps opened/being displayed on Angular Mat Stepper?

I can only show one, and I've been trying to look for an answer, but I didn't see anything about it.

Enter image description here

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

1

It it not possible to show more than one step at the time. This is because, as explained by the documentation here, its intended use case is to provide a wizard-like workflow by dividing content into logical steps.

For your use case I will recommend you to use the Expansion Panel instead, as it is possible to show multiple expansions at the same time as shown in this example here.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Arturo Balbuena
  • 339
  • 3
  • 10