mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
disable auto caps
This commit is contained in:
@@ -24,6 +24,7 @@ struct TextBox: View {
|
|||||||
TextField("", text: $text, prompt: Text(prompt))
|
TextField("", text: $text, prompt: Text(prompt))
|
||||||
.multilineTextAlignment(.trailing)
|
.multilineTextAlignment(.trailing)
|
||||||
.disableAutocorrection(true)
|
.disableAutocorrection(true)
|
||||||
|
.textInputAutocapitalization(.never)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user