From bf073d15e291e3e267f31903d4de8408c713ab0d Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 28 Oct 2019 09:50:19 -0400 Subject: [PATCH] com. --- MVMCoreUI/Atoms/TextFields/FormEntryField.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/TextFields/FormEntryField.swift b/MVMCoreUI/Atoms/TextFields/FormEntryField.swift index 90cf03bd..79b1328e 100644 --- a/MVMCoreUI/Atoms/TextFields/FormEntryField.swift +++ b/MVMCoreUI/Atoms/TextFields/FormEntryField.swift @@ -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) }