We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ed936 commit a95b330Copy full SHA for a95b330
1 file changed
PasswordTextField/PasswordTextField.swift
@@ -148,7 +148,8 @@ open class PasswordTextField: UITextField {
148
self.isSecureTextEntry = true
149
self.autocapitalizationType = .none
150
self.autocorrectionType = .no
151
- self.keyboardType = .asciiCapable
+ // Note from Camilo -> Removing so it can be set from XIB
152
+ //self.keyboardType = .asciiCapable
153
self.rightViewMode = self.showButtonWhile.textViewMode
154
self.rightView = self.secureTextButton
155
0 commit comments