updated comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-07 16:37:38 -05:00
parent 6938d91860
commit cbdd82ee31

View File

@ -255,7 +255,7 @@ open class InputStepper: EntryFieldBase<Int> {
super.updateView()
statusIcon.isHidden = true
// Update label text, style, color, ande surface.
// Update label
textLabel.isEnabled = isEnabled
textLabel.surface = surface
textLabel.text = "\(_defaultValue) " + (trailingText ?? "")