Skip to content

Commit

Permalink
Fix: role added to component__widget div (fixes #209) (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Jul 23, 2024
1 parent 4f267d2 commit b66020c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/slider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function Slider (props) {
])}
aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`}
aria-label={ariaQuestion || null}
role='group'
>

{(labelStart || labelEnd) &&
Expand Down

0 comments on commit b66020c

Please sign in to comment.