Validate field sizes

This commit is contained in:
Garth Vander Houwen 2022-06-27 08:41:56 -07:00
parent 2add04d326
commit 616df3d624

View file

@ -66,7 +66,7 @@ struct UserConfig: View {
})
.foregroundColor(.gray)
}
.keyboardType(.asciiCapable)
.keyboardType(.default)
.disableAutocorrection(true)
.listRowSeparator(.visible)
@ -75,7 +75,7 @@ struct UserConfig: View {
TextField("Long Name", text: $shortName)
.foregroundColor(.gray)
}
.keyboardType(.asciiCapable)
.keyboardType(.default)
.disableAutocorrection(true)
.listRowSeparator(.visible)