Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | class="inputShadow textareaPopover" | 15 | class="inputShadow textareaPopover" |
| 16 | v-model="formData[dataKey]" | 16 | v-model="formData[dataKey]" |
| 17 | resize="none" | 17 | resize="none" |
| 18 | - maxlength="13000" | 18 | + maxlength="1000000" |
| 19 | placeholder="" | 19 | placeholder="" |
| 20 | @blur="textareaBlur" | 20 | @blur="textareaBlur" |
| 21 | @input="input" | 21 | @input="input" | ... | ... |
-
Please register or login to post a comment