OptionallowerLower value limit.
OptionalmaxSet to true to disable the max value field.
OptionalmaxThe current max error state.
The max value.
OptionalminSet to true to disable the min value field.
OptionalminThe current min error state.
The min value.
OptionalonCallback that is called on a blur event.
The new min value.
The new max value.
OptionalonCallback that is called on a change event.
The new min value.
The new max value.
OptionalonCallback that is called when the max errors state has changed.
The new max errors state.
OptionalonCallback that will be called when the value has been changed or the control has lost focus. This callback is called before onChange and if the returned err value is true then onChange won't be called. The implemtation of this callback is allowed to modify the specified value and return the modified value in the val property of the returned object.
The new text value.
The trigger of this callback, either on 'change' or on 'blur'.
An object with the validated text value (val) and an error state (err).
OptionalonCallback that is called when the min errors state has changed.
The new min errors state.
OptionalonCallback that will be called when the value has been changed or the control has lost focus. This callback is called before onChange and if the returned err value is true then onChange won't be called. The implemtation of this callback is allowed to modify the specified value and return the modified value in the val property of the returned object.
The new text value.
The trigger of this callback, either on 'change' or on 'blur'.
An object with the validated text value (val) and an error state (err).
OptionalunitA unit text that will be displayed next to the values.
OptionalupperUpper value limit.
Properties of the NumberRangeControl React component.