We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a821d8 commit 412f9a7Copy full SHA for 412f9a7
frontend/src/views/rooming/Request.vue
@@ -53,6 +53,7 @@
53
<Textarea v-model="request.room_night_justification" @input="blah" v-if="justification_required"
54
:disabled="request.declined" :autoResize="true" rows="5" cols="50"
55
placeholder="I'm helping with setup in <department>." maxlength="512"></Textarea>
56
+ <p v-if="justification_required">{{ request.room_night_justification.length }} / 200</p>
57
<br><br>
58
59
<h4>Who would you like to room with?</h4>
0 commit comments