[frontend] Better autocapitalize/spellcheck settings on forms (#3077)

This commit is contained in:
tobi 2024-07-08 09:38:27 +02:00 committed by GitHub
commit bbbf6ebe37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 205 additions and 38 deletions

View file

@ -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