Added isSecureTextEntry as false for number keyboard type.
This commit is contained in:
parent
0eaaada439
commit
e18152174c
@ -342,6 +342,7 @@ import UIKit
|
||||
textField.keyboardType = .numberPad
|
||||
|
||||
case .number:
|
||||
textField.isSecureTextEntry = false
|
||||
textField.keyboardType = .numberPad
|
||||
|
||||
case .email:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user