Disable text input by default
This commit is contained in:
parent
90317c0c7f
commit
1ae1e94368
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user