From 7657a2c669d80e6d81bc2e0cd61e25cb1b5eff78 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 20 Aug 2024 07:37:02 -0700 Subject: [PATCH] Clean up secure input control --- Meshtastic/Views/Helpers/SecureInput.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Helpers/SecureInput.swift b/Meshtastic/Views/Helpers/SecureInput.swift index 663e847c..a2994747 100644 --- a/Meshtastic/Views/Helpers/SecureInput.swift +++ b/Meshtastic/Views/Helpers/SecureInput.swift @@ -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)