URL input for server on tvOS
This commit is contained in:
parent
49eaaef6ff
commit
840414f801
|
@ -111,6 +111,7 @@ struct ConnectToServerView: View {
|
||||||
TextField(NSLocalizedString("Server URL", comment: ""), text: $uri)
|
TextField(NSLocalizedString("Server URL", comment: ""), text: $uri)
|
||||||
.disableAutocorrection(true)
|
.disableAutocorrection(true)
|
||||||
.autocapitalization(.none)
|
.autocapitalization(.none)
|
||||||
|
.keyboardType(.URL)
|
||||||
Button {
|
Button {
|
||||||
viewModel.connectToServer()
|
viewModel.connectToServer()
|
||||||
} label: {
|
} label: {
|
||||||
|
|
Loading…
Reference in New Issue