diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-wizard/dxc-wizard-step/dxc-wizard-step.component.html b/projects/dxc-ngx-cdk/src/lib/dxc-wizard/dxc-wizard-step/dxc-wizard-step.component.html index f6fa413c8..493257cb1 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-wizard/dxc-wizard-step/dxc-wizard-step.component.html +++ b/projects/dxc-ngx-cdk/src/lib/dxc-wizard/dxc-wizard-step/dxc-wizard-step.component.html @@ -10,6 +10,7 @@ [disabled]="disabled" (click)="!disabled ? handleStepClick() : ''" [tabindex]="disabled ? -1 : tabIndexValue" + [attr.aria-current]="isCurrent" >