Skip to content
Snippets Groups Projects
Unverified Commit 40bf38aa authored by Georg Ehrke's avatar Georg Ehrke Committed by John Molakvoæ
Browse files

Limit custom message input to 80 chars

parent 4485cb30
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
class="custom-input__form" class="custom-input__form"
@submit.prevent> @submit.prevent>
<input <input
maxlength="80"
:placeholder="$t('user_status', 'What\'s your status?')" :placeholder="$t('user_status', 'What\'s your status?')"
type="text" type="text"
:value="message" :value="message"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment