When using the stepper we would like to fully control the navigation between steps. For this we:
- have dedicated navigation buttons on each step
- and want to disable the ability to click on a specific step and navigate there
Note:
- We are aware of the ability to specify linear and then add validations for each step
- This however is not feasible for our use case
- Instead we wood like to simply disable the ability navigate by clicking on the steps
- In our view this should be global flag on the stepper component