Skip to content

Commit

Permalink
[Fix] Passing to 1000 chars #91
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Feb 3, 2024
1 parent c9a6418 commit b15c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/CorrectionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ion-buttons>
</ion-item>
<ion-item color="light" class="no-border">
<ion-textarea v-if="!locked" auto-grow class="no-border ion-padding-bottom" :maxlength="360" counter :value="content"
<ion-textarea v-if="!locked" auto-grow class="no-border ion-padding-bottom" :maxlength="1000" counter :value="content"
@ionInput="content = $event.detail.value"
placeholder="Écrivez votre texte ici, nous le corrigerons."></ion-textarea>
<div v-else class="content ion-padding-bottom">
Expand Down

0 comments on commit b15c0b6

Please sign in to comment.