diff --git a/templates/textinput.jsx b/templates/textinput.jsx index 339c8a3..469eab8 100644 --- a/templates/textinput.jsx +++ b/templates/textinput.jsx @@ -30,6 +30,7 @@ export default function TextInput (props) { ])} aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`} aria-label={ariaQuestion || null} + role='group' > {props._items.map(({ prefix, _index, input, placeholder, userAnswer, suffix }, index) =>