@momentum-design/components 0.120.12 → 0.120.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -280,7 +280,7 @@ class Textarea extends AutoFocusOnMountMixin(FormInternalsMixin(DataAriaLabelMix
|
|
280
280
|
}
|
281
281
|
return html `
|
282
282
|
<mdc-text part="character-counter" tagname="span" type=${DEFAULTS.CHARACTER_COUNTER_TYPE}>
|
283
|
-
${this.value.length
|
283
|
+
${this.value.length}/${this.maxCharacterLimit}
|
284
284
|
</mdc-text>
|
285
285
|
`;
|
286
286
|
}
|