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 ?? "")