TextBoxProps
Represents the props of the Kendo UI for Vue TextBox component. Extends the native input props.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Defines the built-in aria-label property of the input element inside the TextBox. | |
defaultValue? |
| ||
dir? |
| ||
disabled? |
| ||
fillMode? |
|
|
Configures the The available options are:
|
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? |
|
Renders a floating label for the TextBox component. | |
inputAttributes? |
|
Sets the built-in HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
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 | |
label? |
| ||
maxlength? |
|
Defines the built-in maxlength property of the text inputs.
| |
minlength? |
|
Defines the built-in minlength property of the text inputs.
| |
modelValue? |
| ||
name? |
|
Specifies the | |
onBlur? |
|
Fires when the input is blurred. | |
onChange? |
|
Fires when the | |
onFocus? |
|
Fires when the input is focused. | |
onKeydown? |
|
Fires when the 'keydown' input event is triggered. | |
onKeypress? |
|
Fires when the 'keypress' input event is triggered. | |
onKeyup? |
|
Fires when the 'keyup' input event is triggered. | |
onTextBox? |
|
Fires when the | |
placeholder? |
|
Specifies the placeholder of an | |
required? |
|
Specifies if | |
role? |
|
Defines the role of the input element inside the TextBox. | |
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:
|
tabIndex? |
|
Defines the built-in tabindex property of the input element inside the TextBox. | |
title? |
|
Defines the built-in title property of the input element inside the TextBox. | |
valid? |
|
Overrides the validity state of the component.
If | |
validate? |
| ||
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
validityStyles? |
|
If set to | |
value? |
| ||
wrapperClass? |
|
Defines additional class to the wrapper element. |