This commit is contained in:
Kevin G Christiano 2021-03-08 10:38:21 -05:00
parent 8c63660a46
commit 80d1847531
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.