-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with horizontal stepper #77
Comments
Could you please provide a jsfiddle or something? I couldn't reproduce the bug and it's working well on the docs: https://kinark.github.io/Materialize-stepper/#demos_horizontal |
Hi, try removing |
Hi, I have the same problem, this is my codes. ` <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link rel="stylesheet" href="./css/mstepper.min.css"> <ul class="stepper horizontal demos" id="horizontal" > <li class="step"> <div data-step-label="To step-title!" class="step-title waves-effect waves-dark">Step 1 <div class="step-content"> <div class="row"> <div class="input-field col s12"> <input id="horizontal_email" name="horizontal_email" type="email" class="validate" required> <label for="horizontal_email">Your e-mail <div class="step-actions"> <button class="btn blue next-step">CONTINUE <li class="step"> <div class="step-title waves-effect waves-dark">Step 2 <div class="step-content"> <div class="row"> <div class="input-field col s12"> <input id="horizontal_password" name="horizontal_password" type="password" class="validate" required> <label for="horizontal_password">Your password <div class="step-actions"> <button class="btn blue next-step" data-feedback="someFunction">CONTINUE <button class="btn-flat previous-step">BACK <li class="step"> <div class="step-title waves-effect waves-dark">Step 3 <div class="step-content"> Finish! <div class="step-actions"> <button class="btn blue" type="submit">SUBMIT <script src="./js/mstepper.min.js" /> `And the effect I'm showing is: ![image-20190909230430223](/Users/mqs/Library/Application Support/typora-user-images/image-20190909230430223.png) Can you show me your codes? Thinks |
It works after adding materialize.css |
it worked for me
|
HTML Code
and in ts file
but this is not working properly.
And on click of Step1 it changes to
Issues
The text was updated successfully, but these errors were encountered: