NumericTextBoxProps
Represents the props of the KendoVue NumericTextBox component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
ariaLabel? |
|
Sets the | |
defaultValue? |
|
Specifies the initial value. Leaves the subsequent updates uncontrolled. | |
dir? |
|
Represents the | |
disabled? |
|
Determines whether the NumericTextBox is disabled. | |
fillMode? |
|
|
Configures the The available options are:
|
format? |
|
Specifies the number format which is used for formatting the value (see example). If set to | |
iconName? |
|
Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons. Check the Icons article for more information about how the Font Icon can be loaded to your project. | |
id? |
|
Sets the | |
inputClass? |
|
Defines additional class to the input element. | |
inputPrefix? |
|
Defines if the inputPrefix will be shown. Accepts a slot name, a | |
inputSuffix? |
|
Defines if the inputSuffix will be shown. Accepts a slot name, a | |
inputType? |
|
Sets the The available options are:
| |
label? |
|
Renders a floating label for the NumericTextBox. | |
max? |
|
Specifies the greatest value that can be entered. | |
min? |
|
Specifies the smallest value that can be entered. | |
modelValue? |
|
Specifies the initial value. Leaves the subsequent updates uncontrolled. | |
name? |
|
Specifies the name of the | |
onBlur? |
|
The event handler that will be fired when TextArea is blurred. | |
onChange? |
|
The event handler that will be fired when the changes the selected value. | |
onFocus? |
|
The event handler that will be fired when TextArea is focused. | |
placeholder? |
|
Specifies the input placeholder. | |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
showClearButton? |
|
Defines a boolean prop that controls whether to show the clear icon. Defaults to 'false'. | |
showLoadingIcon? |
|
Defines a boolean prop that controls whether to show the loading icon. Defaults to 'false'. | |
showValidationIcon? |
|
Defines a boolean prop that controls whether to show the validation icon. Defaults to 'false'. | |
size? |
|
|
Configures the The available options are:
|
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 value of the NumericTextBox (see example). | |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
valid? |
|
Overrides the validity state of the component.
If | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
validityStyles? |
|
|
If set to This property is part of the FormComponentProps interface. |
value? |
|
Specifies the value of the NumericTextBox. | |
wrapperClass? |
|
Defines additional class to the wrapper element. |