From 9fc100d3d6a3736f3a883d2c93992ed0d06eac76 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 2 Aug 2024 16:40:42 -0500 Subject: [PATCH] updated default Signed-off-by: Matt Bruce --- VDS/Components/TextFields/EntryFieldBase.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VDS/Components/TextFields/EntryFieldBase.swift b/VDS/Components/TextFields/EntryFieldBase.swift index e492d6fa..284a32b3 100644 --- a/VDS/Components/TextFields/EntryFieldBase.swift +++ b/VDS/Components/TextFields/EntryFieldBase.swift @@ -371,6 +371,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalVali errorLabel.textStyle = .bodySmall helperLabel.textStyle = .bodySmall + helperTextPlacement = .bottom labelText = nil helperText = nil showError = false