Changelog-Fixed: Disable autocorrection on add relay field
@ -18,6 +18,7 @@ struct AddRelayView: View {
Form {
Section("Add Relay") {
TextField("wss://some.relay.com", text: $relay)
.autocorrectionDisabled(true)
.textInputAutocapitalization(.never)
}