Merge branch 'feature/definiing_mdn_class' into 'develop'

revised mdn field

See merge request BPHV_MIPS/mvm_core_ui!680
This commit is contained in:
Pfeil, Scott Robert 2021-03-08 11:25:37 -05:00
commit 0eaaada439
2 changed files with 10 additions and 1 deletions

View File

@ -147,6 +147,16 @@ import MVMCore
MVMCoreNavigationHandler.shared()?.present(picker, animated: true)
}
//--------------------------------------------------
// MARK: - MoleculeViewProtocol
//--------------------------------------------------
public override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
super.set(with: model, delegateObject, additionalData)
textField.keyboardType = .phonePad
}
//--------------------------------------------------
// MARK: - Contact Picker Delegate
//--------------------------------------------------

View File

@ -352,7 +352,6 @@ import UIKit
default:
textField.keyboardType = .default
break
}
// Override the preset keyboard set in type.