From 8b7229608c37aef4894db7fabb864a559a508ab2 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 6 Dec 2023 10:37:18 -0500 Subject: [PATCH] CSR-1729 add label copy for textarea. --- .../textarea-question/textarea-question.vue | 33 +++++++++++-------- .../customer-details/customer-details.vue | 1 + 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/digital-components/textarea-question/textarea-question.vue b/src/digital-components/textarea-question/textarea-question.vue index eda3a6f9c..27eeda216 100644 --- a/src/digital-components/textarea-question/textarea-question.vue +++ b/src/digital-components/textarea-question/textarea-question.vue @@ -1,12 +1,13 @@ - + - - (Optional) - - + + (Optional) + + - {{ remainingCount }}/{{ maxLength }} characters remaining - - + tabindex="-1" + class="caption mt-2 mb-0 w-100" + id="charactersRemaining" + :class="[urgentCountdown ? 'urgent-countdown' : '']"> + {{ remainingCount }}/{{ maxLength }} characters remaining +
- {{ remainingCount }}/{{ maxLength }} characters remaining -