Merge branch 'bugfix/textentryfield_unified' into 'develop'

Added isSecureTextEntry as false for number keyboard type.

See merge request BPHV_MIPS/mvm_core_ui!681
This commit is contained in:
Pfeil, Scott Robert 2021-03-11 09:47:54 -05:00
commit 78c4d160bf

View File

@ -200,6 +200,7 @@ import UIKit
open override func reset() {
super.reset()
textField.isSecureTextEntry = false
textField.font = Styler.Font.RegularBodyLarge.getFont()
}