I'm using stepper as a page navigation tool. You can either click on the stepper itself or click on a next button to go to next page.
Currently, when next button is click, I set the stepper value to the next stepper item. This works as k-step-current style is applied correctly, but k-step-focus is still on the previous item. Any solutions to update k-step-focus?
Stepper works as expected when clicking on the stepper itself.