updated validity
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
018fe9a25e
commit
2888eebb69
@ -317,9 +317,9 @@ import UIKit
|
||||
super.shouldShowError(showError)
|
||||
|
||||
if showError {
|
||||
observingTextFieldDelegate?.isValid?(textfield: self)
|
||||
} else {
|
||||
observingTextFieldDelegate?.isInvalid?(textfield: self)
|
||||
} else {
|
||||
observingTextFieldDelegate?.isValid?(textfield: self)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user