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)