Skip to content

Commit

Permalink
fix(kstepper): add aria-current [KHCP-9001]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Apr 15, 2024
1 parent a0c6a57 commit f8a0e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/KStepper/KStep.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<li
:aria-current="state === 'active' ? 'step' : undefined"
class="step"
:data-testid="`step-${state}`"
>
Expand Down

0 comments on commit f8a0e5d

Please sign in to comment.