+
{isInvalid ? errorText : null}
,
];
@@ -768,7 +778,11 @@ export class Textarea implements ComponentInterface {
return;
}
- return
{getCounterText(value, maxlength, counterFormatter)}
;
+ return (
+
+ {getCounterText(value, maxlength, counterFormatter)}
+
+ );
}
/**
@@ -790,7 +804,7 @@ export class Textarea implements ComponentInterface {
}
return (
-
+
{this.renderHintText()}
{this.renderCounter()}
@@ -875,9 +889,10 @@ export class Textarea implements ComponentInterface {
-
(this.textareaWrapper = el)}>
+
(this.textareaWrapper = el)} part="container">