mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 10:27:28 -06:00
[frontend] Better autocapitalize/spellcheck settings on forms (#3077)
This commit is contained in:
parent
5769722c58
commit
bbbf6ebe37
20 changed files with 205 additions and 38 deletions
|
|
@ -213,14 +213,18 @@ function ReportActionForm({ report }) {
|
|||
This is useful for providing an explanation about what action was
|
||||
taken (if any) before the report was marked as resolved.
|
||||
<br />
|
||||
<b>
|
||||
Any comment made here will be visible
|
||||
to the user that created the report!
|
||||
</b>
|
||||
<div className="info">
|
||||
<i className="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
|
||||
<b>
|
||||
If the report was created by a local account, then any
|
||||
comment made here will be emailed to that account's user!
|
||||
</b>
|
||||
</div>
|
||||
</>
|
||||
<TextArea
|
||||
field={form.comment}
|
||||
label="Comment"
|
||||
autoCapitalize="sentences"
|
||||
/>
|
||||
<MutationButton
|
||||
disabled={false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue