Skip to content

Commit

Permalink
Fix: role added to component__widget div (fixes #112) (#113)
Browse files Browse the repository at this point in the history
* Fix: role added to component__widget div (#112)

* role updated from region to group.
  • Loading branch information
joe-allen-89 authored Jul 18, 2024
1 parent 7ee1dd8 commit 4244c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/confidenceSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default function ConfidenceSlider (props) {
])}
aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`}
aria-label={ariaQuestion || null}
role='group'
>

{(labelStart || labelEnd) &&
Expand Down

0 comments on commit 4244c1c

Please sign in to comment.