mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 02:42:25 -05: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
|
|
@ -80,9 +80,12 @@ export default function ImportExportForm({ form, submitParse, parseResult }: Imp
|
|||
<div className="import-export">
|
||||
<TextArea
|
||||
field={form.domains}
|
||||
label="Domains"
|
||||
label="Domains (newline-separated)"
|
||||
placeholder={`google.com\nfacebook.com`}
|
||||
rows={8}
|
||||
autoCapitalize="none"
|
||||
spellCheck="false"
|
||||
className={"monospace"}
|
||||
/>
|
||||
|
||||
<RadioGroup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue