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 ba0d87f commit 70db384Copy full SHA for 70db384
1 file changed
src/components/card/CommentForm.vue
@@ -6,6 +6,7 @@
6
<template>
7
<div class="comment-form">
8
<NcRichContenteditable v-model="commentText"
9
+ dir="auto"
10
:auto-complete="autoComplete"
11
:maxlength="1000"
12
:user-data="members"
0 commit comments