relay: disable autocorrection
Changelog-Fixed: Disable autocorrection on add relay field
This commit is contained in:
@@ -18,6 +18,7 @@ struct AddRelayView: View {
|
||||
Form {
|
||||
Section("Add Relay") {
|
||||
TextField("wss://some.relay.com", text: $relay)
|
||||
.autocorrectionDisabled(true)
|
||||
.textInputAutocapitalization(.never)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user