Skip to content

Commit a95b330

Browse files
committed
comment line for setting keyboard type so it can be set via XIB
1 parent b4ed936 commit a95b330

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PasswordTextField/PasswordTextField.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ open class PasswordTextField: UITextField {
148148
self.isSecureTextEntry = true
149149
self.autocapitalizationType = .none
150150
self.autocorrectionType = .no
151-
self.keyboardType = .asciiCapable
151+
// Note from Camilo -> Removing so it can be set from XIB
152+
//self.keyboardType = .asciiCapable
152153
self.rightViewMode = self.showButtonWhile.textViewMode
153154
self.rightView = self.secureTextButton
154155

0 commit comments

Comments
 (0)