Merge branch 'bugfix/mdn_entry_field' into 'develop'
Bugfix/mdn entry field ### Summary Fix MDN entry field to validate after choosing contact ### JIRA Ticket https://onejira.verizon.com/browse/CXTDT-424932 Co-authored-by: Rebecca Antonelli <rebecca.antonelli@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/963
This commit is contained in:
commit
9ddfcf3cac
@ -215,8 +215,12 @@ import MVMCore
|
||||
|
||||
proprietorTextDelegate?.textFieldDidEndEditing?(textField)
|
||||
|
||||
if validateMDNTextField() && isNationalMDN {
|
||||
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
|
||||
if validateMDNTextField() {
|
||||
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