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 5975a16 commit 3f765edCopy full SHA for 3f765ed
src/components/QuestionTypes/LongTextType.vue
@@ -3,7 +3,7 @@
3
<textarea-autosize
4
ref="input"
5
rows="1"
6
- v-bind:value="value"
+ v-bind:value="modelValue"
7
v-bind:required="question.required"
8
v-on:keydown="onKeyDown"
9
v-on:keyup="onChange"
0 commit comments