We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cde48 commit 74d5bb8Copy full SHA for 74d5bb8
app/components/question/text_component/view.html.erb
@@ -6,5 +6,7 @@
6
<%= form_builder.govuk_text_area :text,
7
label: { text: question_text_with_extra_suffix, **question_text_size_and_tag },
8
hint: { text: question.hint_text },
9
+ max_chars: 4999,
10
+ threshold: 99,
11
rows: 5 %>
12
<% end %>
0 commit comments