This sample demonstrates the range validation functionalities of the Numeric TextBox. Change the min, max and step values and click on apply button to change the property values in Numeric TextBox.
The NumericTextBox has the options to restrict the input value between a specific range using the min, max, and strictMode properties.
In this demo, numeric textbox is restricted between 10 to 100 through the min and max properties. So you can enter only the value between this range.
More information on the range validation configuration can be found in the documentation section.