removed property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
9fc100d3d6
commit
a024e1d5b3
@ -102,9 +102,6 @@ open class InputStepper: EntryFieldBase<Int> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Allows an id to be passed to input stepper.
|
||||
open var id: Int? { didSet { setNeedsUpdate() } }
|
||||
|
||||
private var _defaultValue: Int = 0
|
||||
open override var defaultValue: Int? {
|
||||
get { _defaultValue }
|
||||
@ -305,16 +302,13 @@ open class InputStepper: EntryFieldBase<Int> {
|
||||
open override func reset() {
|
||||
super.reset()
|
||||
textLabel.reset()
|
||||
textLabel.textStyle = .boldBodyLarge
|
||||
controlWidth = nil
|
||||
widthPercentage = nil
|
||||
id = nil
|
||||
defaultValue = 0
|
||||
minValue = _defaultMinValue
|
||||
maxValue = _defaultMaxValue
|
||||
trailingText = nil
|
||||
size = .large
|
||||
helperTextPlacement = .bottom
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user