Disable text input by default
This commit is contained in:
@@ -125,6 +125,7 @@
|
|||||||
<input type="hidden" name="inputAuthor" id="self-message-author" />
|
<input type="hidden" name="inputAuthor" id="self-message-author" />
|
||||||
|
|
||||||
<textarea
|
<textarea
|
||||||
|
disabled
|
||||||
id="message-body-form"
|
id="message-body-form"
|
||||||
placeholder="Message"
|
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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user