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
|
textField.keyboardType = .numberPad
|
||||||
|
|
||||||
case .number:
|
case .number:
|
||||||
|
textField.isSecureTextEntry = false
|
||||||
textField.keyboardType = .numberPad
|
textField.keyboardType = .numberPad
|
||||||
|
|
||||||
case .email:
|
case .email:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user