fix check
This commit is contained in:
parent
b6d9cf5255
commit
a384e816db
@ -215,9 +215,11 @@ import MVMCore
|
|||||||
|
|
||||||
proprietorTextDelegate?.textFieldDidEndEditing?(textField)
|
proprietorTextDelegate?.textFieldDidEndEditing?(textField)
|
||||||
|
|
||||||
if validateMDNTextField() && isNationalMDN {
|
if validateMDNTextField() {
|
||||||
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
if isNationalMDN {
|
||||||
self.validateText()
|
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
||||||
|
}
|
||||||
|
validateText()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user