validates after choosing contact better fix
This commit is contained in:
parent
672e8feb6a
commit
b6d9cf5255
@ -134,7 +134,6 @@ import MVMCore
|
||||
UIAccessibility.post(notification: .layoutChanged, argument: textField)
|
||||
}
|
||||
|
||||
self.validateText()
|
||||
return isValid
|
||||
}
|
||||
|
||||
@ -218,6 +217,7 @@ import MVMCore
|
||||
|
||||
if validateMDNTextField() && isNationalMDN {
|
||||
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
||||
self.validateText()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user