mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[frontend] Better autocapitalize/spellcheck settings on forms (#3077)
This commit is contained in:
@@ -53,6 +53,9 @@ export default function ApURL() {
|
||||
<TextInput
|
||||
field={urlField}
|
||||
label="URL"
|
||||
type="url"
|
||||
pattern="(http|https):\/\/.+"
|
||||
placeholder="https://example.org/users/someone"
|
||||
/>
|
||||
<MutationButton
|
||||
disabled={!urlField.value}
|
||||
|
Reference in New Issue
Block a user