From cbdd82ee31a10c6c7e1d8ba0662aa38a49a3518c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 7 Aug 2024 16:37:38 -0500 Subject: [PATCH] updated comments Signed-off-by: Matt Bruce --- VDS/Components/InputStepper/InputStepper.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/InputStepper/InputStepper.swift b/VDS/Components/InputStepper/InputStepper.swift index 92730f20..11fde045 100644 --- a/VDS/Components/InputStepper/InputStepper.swift +++ b/VDS/Components/InputStepper/InputStepper.swift @@ -255,7 +255,7 @@ open class InputStepper: EntryFieldBase { super.updateView() statusIcon.isHidden = true - // Update label text, style, color, ande surface. + // Update label textLabel.isEnabled = isEnabled textLabel.surface = surface textLabel.text = "\(_defaultValue) " + (trailingText ?? "")