Skip to content

Commit 4244c1c

Browse files
authored
Fix: role added to component__widget div (fixes #112) (#113)
* Fix: role added to component__widget div (#112) * role updated from region to group.
1 parent 7ee1dd8 commit 4244c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/confidenceSlider.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default function ConfidenceSlider (props) {
6969
])}
7070
aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`}
7171
aria-label={ariaQuestion || null}
72+
role='group'
7273
>
7374

7475
{(labelStart || labelEnd) &&

0 commit comments

Comments
 (0)