correct placement of question text

This commit is contained in:
Katie Kroell 2023-07-04 09:39:20 -04:00
parent 5a764218d3
commit 4bb65ce160
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<template>
<div class="textbox-question" :class="(errors && errors.length) || hasError ? 'has-error' : ''">
<label
v-if="displayQuestionText"
:for="inputId"
:aria-label="questionText"
class="form-label"

View file

@ -12,6 +12,7 @@
</div>
<modal
:ref="modalName"
:headerText="modalHeaderText"
:onModalOpenedCallback="onModalOpened"
:onModalClosedCallback="onModalClosed"
:footerButtonText="modalFooterText"