add comment for clarity

This commit is contained in:
Rebecca Antonelli 2023-06-15 11:25:06 -05:00
parent a384e816db
commit e122c3abcb

View File

@ -219,6 +219,7 @@ import MVMCore
if isNationalMDN {
textField.text = MVMCoreUIUtility.formatMdn(textField.text)
}
// Validate the base input field along with triggering form field validation rules.
validateText()
}
}