We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781525 commit 06b1a1dCopy full SHA for 06b1a1d
app/views/reports/_feedback.html
@@ -60,9 +60,10 @@ <h2 class="app-feedback-panel__title">You’ve just created your 5th report sinc
60
<div class="app-feedback-panel__comments" data-module="feedback-panel__comments" hidden>
61
62
<h2 class="app-feedback-panel__title">Thank you.</h2>
63
- {{ textarea({
+ {{ characterCount({
64
name: "example",
65
id: "example",
66
+ maxlength: 200,
67
rows: 3,
68
label: {
69
text: "Feedback (optional)"
0 commit comments