Kinark / Materialize-stepper

A little plugin that implements a stepper to Materializecss framework.
https://kinark.github.io/Materialize-stepper/
MIT License
227 stars 60 forks source link

Conflict with materializecss components classes #65

Closed ghost closed 5 years ago

ghost commented 5 years ago

In prevStep, li.active(ACTIVESTEP) is found in array of li.step(STEP). However, there may other li.active belonging to materialize collapsibles or selects inside the active step, which throws error and blocks user from switching steps.

Kinark commented 5 years ago

Indeed. This is a serious problem that I'm going to fix as soon as possible. Thank you for reporting this :)