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:
commit
0eaaada439
@ -147,6 +147,16 @@ import MVMCore
|
|||||||
MVMCoreNavigationHandler.shared()?.present(picker, animated: true)
|
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
|
// MARK: - Contact Picker Delegate
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|||||||
@ -352,7 +352,6 @@ import UIKit
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
textField.keyboardType = .default
|
textField.keyboardType = .default
|
||||||
break
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Override the preset keyboard set in type.
|
// Override the preset keyboard set in type.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user