Topic: Stepper vertical breakpoint on page load

van Gent premium asked 3 years ago


Expected behavior When I load the website with a window smaller than 768 pixels the vertical version of the stepper must be displayed and not the horizontal version.

Actual behavior When I load the website with a window smaller than 768 pixels the horizontal version is displayed. When I resize the window a little bit then the stepper changes to the vertical version.

Resources (screenshots, code snippets etc.)


Grzegorz Bujański staff answered 3 years ago


Hi. Thanks for reporting this bug. I can see that it is actually not working properly. We'll fix it.

As a temporary solution, add in your code:

window.dispatchEvent (new Event ('resize'));

This should force the stepper to be changed to vertical.



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Answered

Specification of the issue

  • ForumUser: Premium
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: 1.0.0
  • Device: Desktop
  • Browser: Chrome
  • OS: MacOS
  • Provided sample code: No
  • Provided link: No