WIP
This commit is contained in:
parent
f5dfcab4d0
commit
7575e03866
2 changed files with 3 additions and 4 deletions
|
|
@ -4,13 +4,13 @@
|
|||
<textarea
|
||||
id="textarea-comments"
|
||||
class="p-4"
|
||||
maxlength="250"
|
||||
:maxlength=maxLength
|
||||
role="textbox"
|
||||
contenteditable="true"
|
||||
aria-multiline="true"
|
||||
aria-required="false"></textarea>
|
||||
<p tabindex="0" class="caption mt-2 mb-0" id="charactersremaining">
|
||||
250/250 characters remaining
|
||||
{{maxLength}}/{{maxLength}} characters remaining
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
<textareaquestion
|
||||
cmsWidgetName="CustomerDetailsTextAreaLabelText"
|
||||
:labelText="textAreaLabelCopy"
|
||||
:labelTextOptional="textAreaLabelCopyOptional"
|
||||
textAreaLabelText
|
||||
maxLength=250
|
||||
isRequired
|
||||
/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue