From 3ada7fa0375fbeb7347f6b05d2e8afcc3b1a10ba Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 29 Feb 2024 12:14:35 -0600 Subject: [PATCH] updated property Signed-off-by: Matt Bruce --- VDS/Components/TextFields/InputField/InputField.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VDS/Components/TextFields/InputField/InputField.swift b/VDS/Components/TextFields/InputField/InputField.swift index 589ba28f..83768a6b 100644 --- a/VDS/Components/TextFields/InputField/InputField.swift +++ b/VDS/Components/TextFields/InputField/InputField.swift @@ -83,6 +83,7 @@ open class InputField: EntryFieldBase, UITextFieldDelegate { get { textField.text } set { textField.text = newValue + value = newValue } }