Added isSecureTextEntry as false for number keyboard type.

This commit is contained in:
Lekshmi S 2021-03-09 16:07:07 +05:30
parent 0eaaada439
commit e18152174c

View File

@ -342,6 +342,7 @@ import UIKit
textField.keyboardType = .numberPad
case .number:
textField.isSecureTextEntry = false
textField.keyboardType = .numberPad
case .email: