Skip to content

Commit 3f765ed

Browse files
committed
Fix LongTextType model binding
1 parent 5975a16 commit 3f765ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuestionTypes/LongTextType.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<textarea-autosize
44
ref="input"
55
rows="1"
6-
v-bind:value="value"
6+
v-bind:value="modelValue"
77
v-bind:required="question.required"
88
v-on:keydown="onKeyDown"
99
v-on:keyup="onChange"

0 commit comments

Comments
 (0)