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