Moved isSecureTextEntry as false to reset method.
This commit is contained in:
parent
e18152174c
commit
4a997ad801
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user