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 c9e0bdf commit 72c9893Copy full SHA for 72c9893
src/feedback/templates/feedbackTemplates.ts
@@ -23,7 +23,7 @@ export class FeedbackTemplates {
23
cols="90"
24
v-model="comment"
25
></textarea>
26
- <p id="remaining" :class="comment.length > 2000 ? 'exceeds-max-length' : ''">{{ comment.length }} / 2000 character(s) remaining</p>
+ <p id="remaining" :class="comment.length > 2000 ? 'exceeds-max-length' : ''">{{ 2000 - comment.length }} character(s) remaining</p>
27
</div>
28
29
<p>Have an issue or feature request?
0 commit comments