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