NumericTextBoxProps
Represents the props of the KendoReact NumericTextBox component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
The accessible label of the component. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
autoFocus? |
|
Represents the | |
className? |
|
Sets a class of the NumericTextBox DOM element. | |
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 | |
id? |
|
Sets the | |
inputAttributes? |
|
Sets the HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
inputStyle? |
|
Represents the input element | |
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. | |
name? |
|
Specifies the name of the | |
onBlur? |
|
The event handler that will be fired when NumericTextBox is blurred. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
onFocus? |
|
The event handler that will be fired when NumericTextBox is focused. | |
placeholder? |
|
Specifies the input placeholder. | |
prefix? |
|
Sets a custom prefix to the NumericTextBox component. | |
rangeOnEnter? |
|
If enabled, the NumericTextBox will handle the
Can be disabled when form submit is required on pressing the | |
readOnly? |
|
Determines whether the NumericTextBox is in its read-only state. | |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
|
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). | |
style? |
|
Represents the | |
suffix? |
|
Sets a custom suffix to the NumericTextBox component. | |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Specifies the value of the NumericTextBox. | |
width? |
|
Specifies the width of the NumericTextBox. |