updated property

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-29 12:14:35 -06:00
parent b907e0e001
commit 3ada7fa037

View File

@ -83,6 +83,7 @@ open class InputField: EntryFieldBase, UITextFieldDelegate {
get { textField.text }
set {
textField.text = newValue
value = newValue
}
}