updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6938d91860
commit
cbdd82ee31
@ -255,7 +255,7 @@ open class InputStepper: EntryFieldBase<Int> {
|
|||||||
super.updateView()
|
super.updateView()
|
||||||
statusIcon.isHidden = true
|
statusIcon.isHidden = true
|
||||||
|
|
||||||
// Update label text, style, color, ande surface.
|
// Update label
|
||||||
textLabel.isEnabled = isEnabled
|
textLabel.isEnabled = isEnabled
|
||||||
textLabel.surface = surface
|
textLabel.surface = surface
|
||||||
textLabel.text = "\(_defaultValue) " + (trailingText ?? "")
|
textLabel.text = "\(_defaultValue) " + (trailingText ?? "")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user