Skip to content
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

Disabling click on step-title #62

Closed
xtianpu opened this issue Jan 21, 2019 · 4 comments
Closed

Disabling click on step-title #62

xtianpu opened this issue Jan 21, 2019 · 4 comments

Comments

@xtianpu
Copy link

xtianpu commented Jan 21, 2019

Hi Igor, I want to disabled click on any step-title so user only navigate by using button, could I make it?

@Kinark
Copy link
Owner

Kinark commented Jan 21, 2019

Hey!
It isn't possible right now :(
But it's a nice feature to add as an option. I'll add it in the next version!

@lacc
Copy link

lacc commented Jan 21, 2019

For the time being, you can disable it with CSS on the item:
pointer-events: none;

@Kinark
Copy link
Owner

Kinark commented Jan 21, 2019

Feature added in 3.0.0 release.
Just use stepTitleNavigation: false option in the MStepper initialization.

@Kinark Kinark closed this as completed Jan 21, 2019
@anuragnagarkota
Copy link

this is not working. Still if i click on step title then it allows me to navigate to that particular step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants