You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
let say have 3 steps in mat-stepper and focus is on first element and then i navigate through keyboard arrow key and focus moves to next step but cdk-keyboard-focused class do not get adds on this step(ideally since the navigating is being happened from keyboard arrow key so cdk-keyboard-focused class should get added on it)