MaskedTextBox

Example

Razor
<kendo-maskedtextbox>
    <maskedtextbox-label />
    <prefix-options></prefix-options>
    <suffix-options></suffix-options>
</kendo-maskedtextbox>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
enableBooleanEnables or disables the textbox
forModelExpressionAn expression to be evaluated against the current model.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
clear-prompt-charBooleanSpecifies whether the widget will replace the prompt characters with spaces on blur. Prompt chars will be shown again on focus (available since Q2 2014 SP1).
cultureStringSpecifies the culture info used by the widget.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
fill-modeFillModeSets a value controlling how the color is applied.
has-client-componentBoolean
input-modeStringSpecifies the inputmode attribute of the inner <input /> element. It is used to specify the type of on-screen keyboard that should be displayed when the user focuses the input.
maskStringSpecifies the input mask. The following mask rules are supported: 0 - Digit. Accepts any digit between 0 and 9.; 9 - Digit or space. Accepts any digit between 0 and 9, plus space.; # - Digit or space. Like 9 rule, but allows also (+) and (-) signs.; L - Letter. Restricts input to letters a-z and A-Z. This rule is equivalent to [a-zA-Z] in regular expressions.; ? - Letter or space. Restricts input to letters a-z and A-Z. This rule is equivalent to [a-zA-Z] in regular expressions.; & - Character. Accepts any character. The rule is equivalent to \S in regular expressions.; C - Character or space. Accepts any character. The rule is equivalent to . in regular expressions.; A - Alphanumeric. Accepts letters and digits only.; a - Alphanumeric or space. Accepts letters, digits and space only.; . - Decimal placeholder. The decimal separator will be gotten from the current culture used by Kendo.; , - Thousands placeholder. The display character will be gotten from the current culture used by Kendo. or $ - Currency symbol. The display character will be gotten from the current culture used by Kendo..
on-changeStringFires when the value is changed
prompt-charStringSpecifies the character used to represent the absence of user input in the widget
roundedRoundedSets a value controlling the border radius.
rulesIDictionary<String,String>Defines an object of custom mask rules.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
sizeComponentSizeSets the size of the component.
unmask-on-postBooleanSpecifies whether the widget will unmask the input value on form post (available since Q1 2015).
valueStringSpecifies the value of the MaskedTextBox widget.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support