Topic: Stepper vertical breakpoint on page load
van Gent premium asked 4 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 4 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.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- 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