Topic: Angular stepper validation not working when orientation is vertical
myictsolutions pro premium asked 4 years ago
*_Expected behavior_*validate when the next button is clicked*_Actual behavior_*not validation. only when the direction is changed to linear in the html part it validates. it works when I change vertical to linear, however I would prefer the vertical validation. Resources (screenshots, code snippets etc.)
<mdb-stepper #stepper [vertical]="true">
<mdb-stepper #stepper [linear]="true">
Arkadiusz Idzikowski staff answered 4 years ago
These inputs are responsible for different functionalities. The vertical input allows to set the stepper orientation (true for vertical and false for horizontal) and linear input adds validation when set to true. You can use both options at the same time:
<mdb-stepper #stepper [vertical]="true" [linear]="true">
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 10.1.1
- Device: Mac Book pro
- Browser: chrome
- OS: Big Sur
- Provided sample code: No
- Provided link: No