Skip to content

Commit

Permalink
♿ [open-formulieren/open-forms#4716] Show the current form step
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Oct 1, 2024
1 parent 2633c1f commit d2396bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProgressIndicator/ProgressIndicatorItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const ProgressIndicatorItem = ({
placeholder={!canNavigateTo}
modifiers={canNavigateTo ? getLinkModifiers(isActive) : []}
aria-label={label}
aria-current={isActive ? 'step' : undefined}
>
<FormattedMessage
description="Step label in progress indicator"
Expand Down

0 comments on commit d2396bb

Please sign in to comment.