Overview > NumberInputOptions > valueRange
NumberInputOptions.valueRange property
The range of accepted values. Default is undefined
(no value range). The validation is triggered on blur and automatically sets the respective threshold if out of range.
Signature:
valueRange?: NumberRange;