Skip to content

Commit 412f9a7

Browse files
committed
Adding letter counter to justification box
1 parent 3a821d8 commit 412f9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/rooming/Request.vue

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<Textarea v-model="request.room_night_justification" @input="blah" v-if="justification_required"
5454
:disabled="request.declined" :autoResize="true" rows="5" cols="50"
5555
placeholder="I'm helping with setup in <department>." maxlength="512"></Textarea>
56+
<p v-if="justification_required">{{ request.room_night_justification.length }} / 200</p>
5657
<br><br>
5758

5859
<h4>Who would you like to room with?</h4>

0 commit comments

Comments
 (0)