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) }