NumericTextBoxComponent
Represents the Kendo UI NumericTextBox component for Angular.
Selector
kendo-numerictextbox
Export Name
Accessible in templates as #kendoNumericTextBoxInstance="kendoNumericTextBox"
Inputs
Name | Type | Default | Description |
---|---|---|---|
autoCorrect |
| Specifies whether the value will be auto-corrected based on the minimum and maximum values (see example). | |
changeValueOnScroll |
|
| Determines whether the value of the NumericTextBox will be changed via scrolling. Defaults to |
decimals |
| Specifies the number of decimals that the user can enter when the input is focused (see example). | |
disabled |
| Determines whether the NumericTextBox is disabled (see example). | |
max |
| Specifies the greatest value that is valid (see example). | |
maxlength |
| Specifies the maximum number of characters the end user can type or paste in the input.
The locale-specific decimal separator and negative sign ( | |
min |
| Specifies the smallest value that is valid (see example). | |
placeholder |
| Specifies the input placeholder. | |
rangeValidation |
| Determines whether the built-in minimum or maximum validators are enforced when a form is validated.
| |
readonly |
| Determines whether the NumericTextBox is in its read-only state (see example). | |
selectOnFocus |
| Determines whether the whole value will be selected when the NumericTextBox is clicked. Defaults to | |
spinners |
| Specifies whether the Up and Down spin buttons will be rendered (see example). | |
step |
| Specifies the value that is used to increment or decrement the component value (see example). | |
tabindex |
| Specifies the tabindex of the component. | |
title |
| Sets the title of the | |
value |
| Specifies the value of the NumericTextBox (see example). | |
fillMode |
| The fillMode property specifies the background and border styles of the NumericTextBox (see example). The possible values are:
| |
rounded |
| The rounded property specifies the border radius of the NumericTextBox (see example). The possible values are:
| |
size |
| The size property specifies padding of the NumericTextBox internal input element (see example). The possible values are:
|
Fields
Name | Type | Default | Description |
---|---|---|---|
format |
| Specifies the number format which is used when the NumericTextBox is not focused
(see example).
If |
Events
Name | Type | Description |
---|---|---|
blur |
| Fires each time the |
focus |
| Fires each time the user focuses the |
valueChange |
| Fires each time the user selects a new value (see example). |
Methods
blur |
---|
Blurs the NumericTextBox. |
focus |
---|
Focuses the NumericTextBox.
|
notifyValueChange |
---|
Notifies the |