New to Kendo UI for AngularStart a free 30-day trial

NumericTextBoxOptions

Represents the available configuration options for the NumericTextBox components used in the recurrence editor.

NameTypeDefaultDescription

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

true

Specifies if the whole value is selected when the NumericTextBox is clicked.

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.

Not finding the help you need?
Contact Support