We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0ba5b commit 4183980Copy full SHA for 4183980
packages/frontend/components/textarea/template.njk
@@ -34,7 +34,7 @@
34
visuallyHiddenText: opts.errorMessage.visuallyHiddenText
35
}) }}
36
{% endif %}
37
-<textarea class="{{ classes("textarea", opts) }}" id="{{ id }}" name="{{ opts.name }}" rows="{{ opts.rows or 3 }}" data-controller="textarea"
+<textarea class="{{ classes("textarea", opts) }}" id="{{ id }}" name="{{ opts.name }}" rows="{{ opts.rows or 3 }}"
38
{%- if describedBy %} aria-describedby="{{ describedBy }}"{% endif %}
39
{%- if opts.autocomplete %} autocomplete="{{ opts.autocomplete}}"{% endif %}
40
{{- attributes(opts.attributes) }}>{{ opts.value }}</textarea>
0 commit comments