Moved isSecureTextEntry as false to reset method.

This commit is contained in:
Lekshmi S 2021-03-11 16:23:20 +05:30
parent e18152174c
commit 4a997ad801

View File

@ -200,6 +200,7 @@ import UIKit
open override func reset() {
super.reset()
textField.isSecureTextEntry = false
textField.font = Styler.Font.RegularBodyLarge.getFont()
}
@ -342,7 +343,6 @@ import UIKit
textField.keyboardType = .numberPad
case .number:
textField.isSecureTextEntry = false
textField.keyboardType = .numberPad
case .email: