MaskedTextBoxProps
Represents the props of the Kendo UI for Vue MaskedTextBox 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. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
defaultValue? |
|
Specifies the initial value. Leaves the subsequent updates uncontrolled. | |
dir? |
|
Represents the | |
disabled? |
|
Determines whether the MaskedTextBox is 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? |
|
Sets the | |
includeLiterals? |
|
Indicates whether to include literals in the raw value. Defaults to | |
inputClass? |
|
Defines additional class to the inner 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? |
|
Renders a floating label for the MaskedTextBox. | |
mask? |
|
Represents the current mask. If no mask is set, the component behaves as a standard | |
maskValidation? |
|
Determines whether the built-in mask validator is enforced when a form is validated. Defaults to | |
modelRawValue? |
|
v-model raw value | |
modelValue? |
|
v-model value | |
name? |
|
Specifies the | |
onBlur? |
|
Fires each time the MaskedTextBox gets blurred. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
onFocus? |
|
Fires each time the user focuses the MaskedTextBox. | |
placeholder? |
|
Specifies the input placeholder. | |
prompt? |
|
Represents a prompt character for the masked value. Defaults to | |
promptPlaceholder? |
|
Indicates a character which represents an empty position in the raw value. Defaults to | |
readonly? |
|
Determines whether the MaskedTextBox is in its read-only state. | |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
rules? |
|
Represents the RegExp-based mask validation array. | |
selection? |
|
Represents the beginning and ending of the selected portion of the input content that will be applied the next time when the MaskedTextBox is rendered. | |
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? |
|
Sets the | |
title? |
|
Sets the title of the | |
type? |
|
The type of the input - 'text' by default | |
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 | |
value? |
|
Specifies the value of the MaskedTextBox. | |
width? |
|
Specifies the width of the MaskedTextBox. | |
wrapperClass? |
|
Defines additional class to the wrapper element. |