Topic: Disable header navigation Stepper

Moises Trigueros free asked 4 years ago


Hello, I want to navigate the stepper only through the next and back buttons. it's possible in version 7.5.4?


Bartosz Termena staff answered 4 years ago


Hi!

Try to add to your styles.scss:

.step-title {
  pointer-events: none !important; /**<-----------*/
}

Now the element will never be the target of pointer events.

Hope it helps!

Best, Bartosz.


Moises Trigueros free commented 4 years ago

Thanks so much, it's works :)



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 7.5.4
  • Device: Laptop
  • Browser: Chrome
  • OS: Linux
  • Provided sample code: No
  • Provided link: No