added pricefield text

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-15 15:30:04 -05:00
parent a4b99d1ecc
commit c6ce52d5ce

View File

@ -117,6 +117,7 @@ class PriceLockupViewController: BaseViewController<PriceLockup> {
sizePickerSelectorView.text = component.size.rawValue
kindPickerSelectorView.text = component.kind.rawValue
termPickerSelectorView.text = component.term.rawValue
priceTextField.text = "\(component.price!)"
leadingTextField.text = component.leadingText
trailingTextField.text = component.trailingText
superscriptTextField.text = component.superscript