Closed underlow closed 5 years ago
RangedDecimalInput throws exception, cause :
NumericInput { attrs { this.value = props.lwb this.majorStepSize = 5.0 * step this.minorStepSize = 2.0 * step this.stepSize = step this.onValueChange = this@RangedDecimalInput::changeLowerBoundary this.disabled = props.disabled ?: false placeholder = if (state.isRange) "-Infinity" else "" } }
this.minorStepSize should be strictly less than stepSize
RangedDecimalInput throws exception, cause :
this.minorStepSize should be strictly less than stepSize