Merge remote-tracking branch 'origin/develop' into feature/swiftify_notifications
This commit is contained in:
commit
3ba44ae72b
@ -215,8 +215,12 @@ import MVMCore
|
|||||||
|
|
||||||
proprietorTextDelegate?.textFieldDidEndEditing?(textField)
|
proprietorTextDelegate?.textFieldDidEndEditing?(textField)
|
||||||
|
|
||||||
if validateMDNTextField() && isNationalMDN {
|
if validateMDNTextField() {
|
||||||
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
if isNationalMDN {
|
||||||
|
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
||||||
|
}
|
||||||
|
// Validate the base input field along with triggering form field validation rules.
|
||||||
|
validateText()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user