mdl-stepper icon indicating copy to clipboard operation
mdl-stepper copied to clipboard

A library that implements to the Material Design Lite a polyfill of stepper component specified by Material Design.

Results 13 mdl-stepper issues
Sort by recently updated
recently updated
newest added

When using an editable stepper, I want to invoke form fields validation on leaving the current step. For now, I can handle it using events: `onstepnext` and `onstepback`. Please add...

Current implementation limits content height to `min-height: 576px;`. How can I make `mdl-step__content` stretch to a full height?

Hi I really need some help getting this to work. I have followed all the steps yet I keep getting this error MaterialStepper instance is not available for selector: .mdl-stepper#ipet-stepper....

Does mdl-stepper support Material Design Lite themes? If yes, how it is applied to component? If no, is there another way to change colour scheme of stepper circles and actions?

The code in getIndicatorContentCompleted_ works in other browsers, however IE11 and probably older IE versions as well do not support classList.add() with multiple parameters. Instead you must call classList.add() once...

Regarding the topics that people have issues (#25, #21, #9, and #2) about integration, I was reflecting about the future of this project and here are some points: ### Why...

help wanted
v2-component

In Non Linear Back button is not working(Its not showing the previous screen)

When pressing the continue button in the horizontal stepper the steps label alignment seems to go messy in IE11 (see attached) ![capture](https://cloud.githubusercontent.com/assets/28653514/26002633/32b32764-3728-11e7-8e03-df0903ba4dc1.JPG) . Please advise. Thanks,

help wanted

A small optical issue: ![mdl-stepper](https://cloud.githubusercontent.com/assets/847886/22974469/bfb8b55a-f382-11e6-8a26-1a04c794c6d4.gif) If "CONTINUE" is clicked, Step 2 "Edit file" and 3 "Finish" will be moved down from top by 1 px. In `stepper.css` at `@media only...

I'm not sure if this is an issue on other IE versions. For E11 https://github.com/ahlechandre/mdl-stepper/blob/master/src/stepper/_stepper.scss#L419 Usage of :after breaks IE, so when this doesn't render the connector line, the title...