Skip to content

Commit b66020c

Browse files
authored
Fix: role added to component__widget div (fixes #209) (#210)
1 parent 4f267d2 commit b66020c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/slider.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default function Slider (props) {
6464
])}
6565
aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`}
6666
aria-label={ariaQuestion || null}
67+
role='group'
6768
>
6869

6970
{(labelStart || labelEnd) &&

0 commit comments

Comments
 (0)