mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Validate field sizes
This commit is contained in:
parent
2add04d326
commit
616df3d624
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue