This commit is contained in:
Garth Vander Houwen 2022-09-06 18:17:33 -07:00
parent bd92aae2eb
commit fe343bcaa1

View file

@ -58,7 +58,7 @@ struct MQTTConfig: View {
HStack {
Label("Address", systemImage: "server.rack")
TextField("Server Address", text: $username)
TextField("Server Address", text: $address)
.foregroundColor(.gray)
.autocapitalization(.none)
.disableAutocorrection(true)