NumericTextBoxOptions
Represents the available configuration options for the NumericTextBox components used in the recurrence editor.
Definition
Package:@progress/kendo-angular-scheduler
Properties
autoCorrect?
boolean
Specifies if the value is auto-corrected based on the minimum and maximum values see example.
format
string | NumberFormatOptions
Sets the number format used when the NumericTextBox is not focused see example.
If format is null or undefined, the default format is used.
max?
number
Sets the greatest valid value see example.
min?
number
Sets the smallest valid value see example.
readonly?
boolean
Specifies if the NumericTextBox is in a read-only state see example.
selectOnFocus?
boolean
Specifies if the whole value is selected when the NumericTextBox is clicked.
true
spinners?
boolean
Specifies if the Up and Down spin buttons are rendered see example.
step?
number
Sets the value used to increment or decrement the component value see example.
title?
string
Sets the title of the input element of the NumericTextBox.