Disable text input by default

This commit is contained in:
Gabe Kangas 2020-07-19 17:20:26 -07:00
parent 90317c0c7f
commit 1ae1e94368

View file

@ -125,6 +125,7 @@
<input type="hidden" name="inputAuthor" id="self-message-author" />
<textarea
disabled
id="message-body-form"
placeholder="Message"
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-2 px-2 my-2 focus:bg-white"