Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.31 KB

File metadata and controls

28 lines (20 loc) · 1.31 KB
title page_title description slug canonicalLink position
Customized Mask Rules
Customized Masked Rules - MaskedTextBox - Kendo UI for Vue
Customize the mask rules of the Kendo UI MaskedTextBox wrapper for Vue.
customized_mask_rules_maskedtextbox_wrapper
4

Customized Mask Rules

The MaskedTextBox enables you to define custom mask rules during its initialization.

To customize a mask rule, define it in the rules option. The component allows you to define mask rules as regular expressions or functions.

To escape any of the predefined rules, use the rules option.

{% meta height:100 %} {% embed_file maskedtextbox/custom-rules/main.vue preview %} {% embed_file maskedtextbox/custom-rules/main.js %} {% endmeta %}

Suggested Links