Merge branch 'bugfix/textentryfield_unified' into 'develop'
Bugfix/textentryfield unified See merge request BPHV_MIPS/mvm_core_ui!678
This commit is contained in:
commit
d4a6c1836c
@ -350,7 +350,9 @@ import UIKit
|
||||
case .phone:
|
||||
textField.keyboardType = .phonePad
|
||||
|
||||
default: break
|
||||
default:
|
||||
textField.keyboardType = .default
|
||||
break
|
||||
}
|
||||
|
||||
// Override the preset keyboard set in type.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user