MaskedTextBoxProps
Represents the props of the KendoReact 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. | |
autoFocus? |
|
Represents the | |
className? |
|
Sets a class of the MaskedTextBox DOM element. | |
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:
|
id? |
|
Sets the | |
includeLiterals? |
|
Indicates whether to include literals in the raw value. Defaults to | |
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 | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
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. | |
prefix? |
|
Sets a custom prefix to the MaskedTextBox component. | |
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 This property is part of the FormComponentProps interface. | |
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. | |
size? |
|
|
Configures the The available options are:
|
style? |
|
Sets additional CSS styles to the MaskedTextBox DOM element. | |
suffix? |
|
Sets a custom suffix to the MaskedTextBox 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 MaskedTextBox. | |
width? |
|
Specifies the width of the MaskedTextBox. |