vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

[MdStepper] :md-editable not working for md-alternative layout #2196

Open sminogue opened 4 years ago

sminogue commented 4 years ago

I have added a stepper to my site as a wizard and wanted to force the users to navigate via my buttons so I can enforce validation there. I was using the md-alternative layout and found that when setting :md-editable="false" as shown in the examples didnt work properly.

Specifically setting this prevented me from using the header navigation to move backwards... but I WAS still able to use the header navigation to skip forward through the steps.

Solution: I changed the md-alternative layout to md-linear and it works as expected. Doesnt look exactly how I wanted but it works properly.

khier996 commented 3 years ago

I think you can use both attributes at the same time <md-steppers md-linear md-alternative>