Clean up secure input control

This commit is contained in:
Garth Vander Houwen 2024-08-20 07:37:02 -07:00
parent b8861c0e0f
commit 7657a2c669

View file

@ -32,7 +32,6 @@ struct SecureInput: View {
.keyboardType(.alphabet)
.foregroundStyle(.tertiary)
.disableAutocorrection(true)
.textSelection(.enabled)
} else {
TextField(title, text: $text, axis: .vertical)
.font(idiom == .phone ? .caption : .callout)