NumericTextBoxOptions
Represents the available configuration options for the NumericTextBox components used in the recurrence editor.
| Name | Type | Default | Description | 
|---|---|---|---|
| autoCorrect? | 
 | Specifies if the value is auto-corrected based on the minimum and maximum values see example. | |
| format | 
 | Sets the number format used when the NumericTextBox is not focused see example. If  | |
| max? | 
 | Sets the greatest valid value see example. | |
| min? | 
 | Sets the smallest valid value see example. | |
| readonly? | 
 | Specifies if the NumericTextBox is in a read-only state see example. | |
| selectOnFocus? | 
 | 
 | Specifies if the whole value is selected when the NumericTextBox is clicked. | 
| spinners? | 
 | Specifies if the Up and Down spin buttons are rendered see example. | |
| step? | 
 | Sets the value used to increment or decrement the component value see example. | |
| title? | 
 | Sets the title of the  |