This commit is contained in:
Kevin G Christiano 2019-10-28 09:50:19 -04:00
parent 8d1ac1e94a
commit bf073d15e2

View File

@ -310,6 +310,7 @@ import UIKit
case selected
}
/// Updates the visual appearance of the entry field.
public func fieldAppearance(_ state: Appearance) {
switch state {
@ -349,7 +350,6 @@ import UIKit
showErrorMessage = show
if show {
feedbackLabel?.text = errorMessage
fieldAppearance(.error)
}