mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Clean up secure input control
This commit is contained in:
parent
b8861c0e0f
commit
7657a2c669
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue