We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a41832 commit 6f37266Copy full SHA for 6f37266
LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute-resource/components/questions/SingleChoiceAnswer.vue
@@ -27,8 +27,7 @@
27
<hr class="cutoff-line">
28
</div>
29
<div>
30
- <label class="nhsuk-u-visually-hidden" for="message"></label>
31
- <input type="text" id="message" name="message" aria-describedby="messageError" class="form-control text-input" maxlength="120" v-model="message" />
+ <input type="text" aria-describedby="messageError" class="form-control text-input" maxlength="120" v-model="message" />
32
<div class="footer-text" id="messageError">
33
You have {{ charactersRemaining }} characters remaining.
34
0 commit comments