I want to have a angular material stepper with first step is closed(not expanded). On a form validation or a on input box validation I want to expand the first step. How can I do that? second, third steps i can do with "this.stepper.next();" or "this.step++, this.step--" etc.
Asked
Active
Viewed 132 times
0
-
Can you provide the related code? Or stackblitz – Prashant Pimpale May 21 '19 at 06:38
1 Answers
0
As a temporary solution I hide the content of the first stepper until my form elements validate.

gamini2006
- 299
- 3
- 17