updated property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b907e0e001
commit
3ada7fa037
@ -83,6 +83,7 @@ open class InputField: EntryFieldBase, UITextFieldDelegate {
|
|||||||
get { textField.text }
|
get { textField.text }
|
||||||
set {
|
set {
|
||||||
textField.text = newValue
|
textField.text = newValue
|
||||||
|
value = newValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user